* @fileoverview Externs generated from namespace: crashReportPrivate
* @externs
*/
chrome.crashReportPrivate = {};
* @typedef {{
* message: string,
* url: string,
* product: (string|undefined),
* version: (string|undefined),
* lineNumber: (number|undefined),
* columnNumber: (number|undefined),
* debugId: (string|undefined),
* stackTrace: (string|undefined)
* }}
*/
chrome.crashReportPrivate.ErrorInfo;
* Report and upload an error to Crash.
* @param {!chrome.crashReportPrivate.ErrorInfo} info Information about the
* error.
* @param {function(): void} callback Called when the error has been uploaded.
*/
chrome.crashReportPrivate.reportError = function(info, callback) {};