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

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

Issue 1146693004: [Extensions] Move remaining notifications out of ExtensionSettingsHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 5b708aaae9c82f8c9d7bd2b06955000fa5581cc7..ad2c6850cbfd26c6bfcafda3d61158845539e867 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -288,7 +288,8 @@ namespace developerPrivate {
VIEW_UNREGISTERED,
ERROR_ADDED,
ERRORS_REMOVED,
- PREFS_CHANGED
+ PREFS_CHANGED,
+ WARNINGS_CHANGED
};
dictionary PackDirectoryResponse {
@@ -536,6 +537,9 @@ namespace developerPrivate {
interface Events {
// Fired when a item state is changed.
static void onItemStateChanged(EventData response);
+
+ // Fired when the profile's state has changed.
+ static void onProfileStateChanged(ProfileInfo info);
};
};

Powered by Google App Engine
This is Rietveld 408576698