| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index b0f7f5ad0d8fc785102fb4ee3582c74cf552fd36..789198697bed664f90e1eb1b6b287c3999d944b1 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -276,17 +276,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
|
|
|