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); |
}; |
}; |