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

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, 9 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
« extensions/browser/error_map.h ('K') | « 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 c2083e0eef80c3189b7031c5c99e03e746c9563c..aa0618018ffe1775d53fb5c8a4cbedc1c2130ac7 100644
--- a/third_party/closure_compiler/externs/developer_private.js
+++ b/third_party/closure_compiler/externs/developer_private.js
@@ -136,6 +136,7 @@ var StackFrame;
* fromIncognito: boolean,
* source: string,
* message: string,
+ * id: number,
* manifestKey: string,
* manifestSpecific: (string|undefined)
* }}
@@ -149,6 +150,7 @@ var ManifestError;
* fromIncognito: boolean,
* source: string,
* message: string,
+ * id: number,
* severity: !chrome.developerPrivate.ErrorLevel,
* contextUrl: string,
* occurrences: number,
@@ -338,6 +340,7 @@ chrome.developerPrivate.EventType = {
VIEW_REGISTERED: 'VIEW_REGISTERED',
VIEW_UNREGISTERED: 'VIEW_UNREGISTERED',
ERROR_ADDED: 'ERROR_ADDED',
+ ERRORS_REMOVED: 'ERRORS_REMOVED',
};
/**
@@ -361,7 +364,8 @@ var ProjectInfo;
/**
* @typedef {{
* event_type: !chrome.developerPrivate.EventType,
- * item_id: string
+ * item_id: string,
+ * info: (ExtensionInfo|undefined)
* }}
*/
var EventData;
« extensions/browser/error_map.h ('K') | « extensions/browser/error_map_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698