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

Unified Diff: base/prefs/pref_service.h

Issue 12340111: Introduce //components/user_prefs, use to eliminate c/b/prefs dependency in Autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge of LKGR Created 7 years, 10 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
« no previous file with comments | « no previous file | base/prefs/pref_service.cc » ('j') | components/user_prefs/pref_registry_syncable.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/pref_service.h
diff --git a/base/prefs/pref_service.h b/base/prefs/pref_service.h
index 9ba78beedb425922c9f9f8f93ec8e82480637be6..d88dc91fa24fb5499c75b71a1dcb8945c6c09062 100644
--- a/base/prefs/pref_service.h
+++ b/base/prefs/pref_service.h
@@ -36,10 +36,6 @@ namespace base {
class FilePath;
}
-namespace content {
-class BrowserContext;
-}
-
namespace subtle {
class PrefMemberBase;
class ScopedUserPrefUpdateBase;
@@ -355,10 +351,4 @@ class BASE_PREFS_EXPORT PrefService : public base::NonThreadSafe {
DISALLOW_COPY_AND_ASSIGN(PrefService);
};
-// Retrieves a PrefService for the given context.
-//
-// TODO(joi): This doesn't really belong here, since it references a
-// content type; probably best to get rid of it completely.
-PrefService* PrefServiceFromBrowserContext(content::BrowserContext* context);
-
#endif // BASE_PREFS_PREF_SERVICE_H_
« no previous file with comments | « no previous file | base/prefs/pref_service.cc » ('j') | components/user_prefs/pref_registry_syncable.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698