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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 10837155: Persist browserAction settings to the extension StateStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yoyo Created 8 years, 4 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/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 47de19bf57ee47d070845df035e5743102c75256..54977d60e3d6ee57e2d8b6a9377a01e7cc3027e8 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -70,6 +70,7 @@ class ComponentLoader;
class ContentSettingsStore;
class CrxInstaller;
class Extension;
+class ExtensionActionStorageManager;
class ExtensionCookiesEventRouter;
class ExtensionManagedModeEventRouter;
class FontSettingsEventRouter;
@@ -856,6 +857,9 @@ class ExtensionService
scoped_ptr<ExtensionErrorUI> extension_error_ui_;
+ scoped_ptr<extensions::ExtensionActionStorageManager>
+ extension_action_storage_manager_;
+
FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
InstallAppsWithUnlimtedStorage);
FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,

Powered by Google App Engine
This is Rietveld 408576698