| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 9f76bc150133df952a130e42f8f55469525ec45c..6a472ef6573afe978dcfa18a95ca3852abff057e 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -87,8 +87,6 @@ class ProfileImpl : public Profile,
|
| virtual HistoryService* GetHistoryServiceWithoutCreating() OVERRIDE;
|
| virtual AutocompleteClassifier* GetAutocompleteClassifier() OVERRIDE;
|
| virtual history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE;
|
| - virtual WebDataService* GetWebDataService(ServiceAccessType sat) OVERRIDE;
|
| - virtual WebDataService* GetWebDataServiceWithoutCreating() OVERRIDE;
|
| virtual PrefService* GetPrefs() OVERRIDE;
|
| virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
|
| virtual net::URLRequestContextGetter*
|
| @@ -151,7 +149,6 @@ class ProfileImpl : public Profile,
|
| // Does final prefs initialization and calls Init().
|
| void OnPrefsLoaded(bool success);
|
|
|
| - void CreateWebDataService();
|
| FilePath GetPrefFilePath();
|
|
|
| #if defined(ENABLE_SESSION_SERVICE)
|
| @@ -217,10 +214,8 @@ class ProfileImpl : public Profile,
|
| scoped_ptr<FaviconService> favicon_service_;
|
| scoped_ptr<AutocompleteClassifier> autocomplete_classifier_;
|
| scoped_refptr<history::ShortcutsBackend> shortcuts_backend_;
|
| - scoped_refptr<WebDataService> web_data_service_;
|
| bool history_service_created_;
|
| bool favicon_service_created_;
|
| - bool created_web_data_service_;
|
| bool clear_local_state_on_exit_;
|
|
|
| // Whether or not the last session exited cleanly. This is set only once.
|
|
|