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

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

Issue 1049483003: [Extensions] Update extensions UI to observe events and add test (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
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 6a6c89326fa2ac0cfa06024667818f4641cbd98a..8359c4457e2c969c645a0215e56a23cde03aed8f 100644
--- a/third_party/closure_compiler/externs/developer_private.js
+++ b/third_party/closure_compiler/externs/developer_private.js
@@ -361,7 +361,8 @@ var ProjectInfo;
/**
* @typedef {{
* event_type: !chrome.developerPrivate.EventType,
- * item_id: string
+ * item_id: string,
+ * extensionInfo: (ExtensionInfo|undefined)
* }}
*/
var EventData;

Powered by Google App Engine
This is Rietveld 408576698