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

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

Issue 8497065: Extension Settings API: make it so that when leveldb storage areas fail to be (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 0a1ec62a405f8c548f0ad0361923e2da18ec3095..dbc88acdd9e1e6bb48c87cff4ba0db624fbda209 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -26,7 +26,6 @@
#include "chrome/browser/extensions/extension_permissions_api.h"
#include "chrome/browser/extensions/extension_prefs.h"
#include "chrome/browser/extensions/extension_process_manager.h"
-#include "chrome/browser/extensions/settings/settings_frontend.h"
#include "chrome/browser/extensions/extension_sync_data.h"
#include "chrome/browser/extensions/extension_toolbar_model.h"
#include "chrome/browser/extensions/extension_warning_set.h"
@@ -74,6 +73,7 @@ class ExtensionInputMethodEventRouter;
namespace extensions {
class ComponentLoader;
+class SettingsFrontend;
}
// This is an interface class to encapsulate the dependencies that
@@ -661,7 +661,7 @@ class ExtensionService
ExtensionPrefs* extension_prefs_;
// Settings for the owning profile.
- extensions::SettingsFrontend settings_frontend_;
+ scoped_ptr<extensions::SettingsFrontend> settings_frontend_;
// The current list of installed extensions.
// TODO(aa): This should use chrome/common/extensions/extension_set.h.
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698