Index: chrome/browser/extensions/extension_service.h |
=================================================================== |
--- chrome/browser/extensions/extension_service.h (revision 107300) |
+++ chrome/browser/extensions/extension_service.h (working copy) |
@@ -211,6 +211,12 @@ |
virtual void SetIsIncognitoEnabled(const std::string& extension_id, |
bool enabled); |
+ virtual void SetAppNotificationSetupDone(const std::string& extension_id, |
+ bool value); |
+ |
+ virtual void SetAppNotificationDisabled(const std::string& extension_id, |
+ bool value); |
+ |
// Returns true if the given extension can see events and data from another |
// sub-profile (incognito to original profile, or vice versa). |
bool CanCrossIncognito(const Extension* extension); |