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

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

Issue 9665007: Profile refactoring: Remove all PasswordStore code from the Profile interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add to factory list 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
« no previous file with comments | « chrome/browser/profiles/profile_dependency_manager.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 060a281b0ba86e59c6d260ba42090aaf76b370f3..0e7424c09b65b6a8e71aa44d6fe4f2892be33932 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -91,7 +91,6 @@ class ProfileImpl : public Profile,
virtual history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE;
virtual WebDataService* GetWebDataService(ServiceAccessType sat) OVERRIDE;
virtual WebDataService* GetWebDataServiceWithoutCreating() OVERRIDE;
- virtual PasswordStore* GetPasswordStore(ServiceAccessType sat) OVERRIDE;
virtual PrefService* GetPrefs() OVERRIDE;
virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
virtual TemplateURLFetcher* GetTemplateURLFetcher() OVERRIDE;
@@ -163,12 +162,6 @@ class ProfileImpl : public Profile,
void CreateWebDataService();
FilePath GetPrefFilePath();
-#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
- LocalProfileId GetLocalProfileId();
-#endif
-
- void CreatePasswordStore();
-
void StopCreateSessionServiceTimer();
void EnsureRequestContextCreated() {
@@ -249,11 +242,9 @@ class ProfileImpl : public Profile,
scoped_ptr<AutocompleteClassifier> autocomplete_classifier_;
scoped_refptr<history::ShortcutsBackend> shortcuts_backend_;
scoped_refptr<WebDataService> web_data_service_;
- scoped_refptr<PasswordStore> password_store_;
bool history_service_created_;
bool favicon_service_created_;
bool created_web_data_service_;
- bool created_password_store_;
bool clear_local_state_on_exit_;
// Whether or not the last session exited cleanly. This is set only once.
bool last_session_exited_cleanly_;
« no previous file with comments | « chrome/browser/profiles/profile_dependency_manager.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698