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

Unified Diff: chrome/test/base/testing_profile.h

Issue 7775008: Enable sync for the settings from the Extension Settings API. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Sync to tip. Latest comments. Created 9 years, 3 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/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index afbc32e4b6f4128d7a6cea67d60bfeeddaf75006..0a7b50bf20907f7b55801b7a5f9abe356620a8d8 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -34,7 +34,6 @@ class SpecialStoragePolicy;
class AutocompleteClassifier;
class BookmarkModel;
class CommandLine;
-class ExtensionSettings;
class ExtensionPrefs;
class ExtensionPrefStore;
class ExtensionPrefValueMap;
@@ -377,10 +376,6 @@ class TestingProfile : public Profile {
// invoked.
scoped_ptr<ExtensionPrefs> extension_prefs_;
- // The Extension settings. Only created if CreateExtensionService is
- // invoked.
- scoped_refptr<ExtensionSettings> extension_settings_;
-
scoped_ptr<ExtensionService> extension_service_;
scoped_ptr<ExtensionPrefValueMap> extension_pref_value_map_;

Powered by Google App Engine
This is Rietveld 408576698