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

Unified Diff: chrome/browser/profiles/profile.h

Issue 9834056: Moved WebDataService to ProfileKeyedService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unchanged file 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/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 49037f284a28d108894860e7f41282b9de304137..5132a778c6fda3c4de27b28ac5ae06ad5e955e6d 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -287,17 +287,6 @@ class Profile : public content::BrowserContext {
// this profile need to be sure they refcount the returned value.
virtual history::ShortcutsBackend* GetShortcutsBackend() = 0;
- // Returns the WebDataService for this profile. This is owned by
- // the Profile. Callers that outlive the life of this profile need to be
- // sure they refcount the returned value.
- //
- // |access| defines what the caller plans to do with the service. See
- // the ServiceAccessType definition above.
- virtual WebDataService* GetWebDataService(ServiceAccessType access) = 0;
-
- // Similar to GetWebDataService(), but won't create the web data service if it
- // doesn't already exist.
- virtual WebDataService* GetWebDataServiceWithoutCreating() = 0;
// Retrieves a pointer to the PrefService that manages the preferences
// for this user profile. The PrefService is lazily created the first

Powered by Google App Engine
This is Rietveld 408576698