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

Unified Diff: chrome/common/extensions/api/developer_private.idl

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, 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
Index: chrome/common/extensions/api/developer_private.idl
diff --git a/chrome/common/extensions/api/developer_private.idl b/chrome/common/extensions/api/developer_private.idl
index 20f7cb17985032b2f47c024f474130676d2ebb56..56ad9cbc589bc8e823ba87a135d8d9d31375a973 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -296,6 +296,7 @@ namespace developerPrivate {
dictionary EventData {
EventType event_type;
DOMString item_id;
+ ExtensionInfo? extensionInfo;
};
dictionary RequestFileSourceProperties {

Powered by Google App Engine
This is Rietveld 408576698