Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: third_party/closure_compiler/externs/developer_private.js

Issue 1016413004: [Extensions] Update Error Console UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/error_map_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/externs/developer_private.js
diff --git a/third_party/closure_compiler/externs/developer_private.js b/third_party/closure_compiler/externs/developer_private.js
index b098b243e157e54a513b4064763d02ef37f971e9..d6194858c8c31f250b47d002aae715b471fb3a13 100644
--- a/third_party/closure_compiler/externs/developer_private.js
+++ b/third_party/closure_compiler/externs/developer_private.js
@@ -148,6 +148,7 @@ var StackFrame;
* fromIncognito: boolean,
* source: string,
* message: string,
+ * id: number,
* manifestKey: string,
* manifestSpecific: (string|undefined)
* }}
@@ -162,6 +163,7 @@ var ManifestError;
* fromIncognito: boolean,
* source: string,
* message: string,
+ * id: number,
* severity: !chrome.developerPrivate.ErrorLevel,
* contextUrl: string,
* occurrences: number,
@@ -386,6 +388,7 @@ chrome.developerPrivate.EventType = {
VIEW_REGISTERED: 'VIEW_REGISTERED',
VIEW_UNREGISTERED: 'VIEW_UNREGISTERED',
ERROR_ADDED: 'ERROR_ADDED',
+ ERRORS_REMOVED: 'ERRORS_REMOVED',
PREFS_CHANGED: 'PREFS_CHANGED',
};
« no previous file with comments | « extensions/browser/error_map_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698