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

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

Issue 9764006: Make ExtensionPrefValueMap a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: includes Created 8 years, 9 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 cc31f9cd52284e345cf24d6dd8a56132d043074b..3b6aadb82b936f4be04a41fd80672f313968fd51 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -36,7 +36,6 @@ class AutocompleteClassifier;
class BookmarkModel;
class CommandLine;
class ExtensionPrefs;
-class ExtensionPrefValueMap;
class ExtensionSpecialStoragePolicy;
class FaviconService;
class HistoryService;
@@ -357,8 +356,6 @@ class TestingProfile : public Profile {
scoped_ptr<ExtensionProcessManager> extension_process_manager_;
- scoped_ptr<ExtensionPrefValueMap> extension_pref_value_map_;
-
scoped_refptr<ExtensionSpecialStoragePolicy>
extension_special_storage_policy_;

Powered by Google App Engine
This is Rietveld 408576698