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

Side by Side Diff: chrome/browser/profiles/off_the_record_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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 5 #ifndef CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_
6 #define CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 6 #define CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 virtual ExtensionSpecialStoragePolicy* 50 virtual ExtensionSpecialStoragePolicy*
51 GetExtensionSpecialStoragePolicy() OVERRIDE; 51 GetExtensionSpecialStoragePolicy() OVERRIDE;
52 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE; 52 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE;
53 virtual HistoryService* GetHistoryService(ServiceAccessType sat) OVERRIDE; 53 virtual HistoryService* GetHistoryService(ServiceAccessType sat) OVERRIDE;
54 virtual HistoryService* GetHistoryServiceWithoutCreating() OVERRIDE; 54 virtual HistoryService* GetHistoryServiceWithoutCreating() OVERRIDE;
55 virtual FaviconService* GetFaviconService(ServiceAccessType sat) OVERRIDE; 55 virtual FaviconService* GetFaviconService(ServiceAccessType sat) OVERRIDE;
56 virtual AutocompleteClassifier* GetAutocompleteClassifier() OVERRIDE; 56 virtual AutocompleteClassifier* GetAutocompleteClassifier() OVERRIDE;
57 virtual history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE; 57 virtual history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE;
58 virtual WebDataService* GetWebDataService(ServiceAccessType sat) OVERRIDE; 58 virtual WebDataService* GetWebDataService(ServiceAccessType sat) OVERRIDE;
59 virtual WebDataService* GetWebDataServiceWithoutCreating() OVERRIDE; 59 virtual WebDataService* GetWebDataServiceWithoutCreating() OVERRIDE;
60 virtual PasswordStore* GetPasswordStore(ServiceAccessType sat) OVERRIDE;
61 virtual PrefService* GetPrefs() OVERRIDE; 60 virtual PrefService* GetPrefs() OVERRIDE;
62 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE; 61 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
63 virtual TemplateURLFetcher* GetTemplateURLFetcher() OVERRIDE; 62 virtual TemplateURLFetcher* GetTemplateURLFetcher() OVERRIDE;
64 virtual net::URLRequestContextGetter* 63 virtual net::URLRequestContextGetter*
65 GetRequestContextForExtensions() OVERRIDE; 64 GetRequestContextForExtensions() OVERRIDE;
66 virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp( 65 virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp(
67 const std::string& app_id) OVERRIDE; 66 const std::string& app_id) OVERRIDE;
68 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE; 67 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
69 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE; 68 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE;
70 virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher() OVERRIDE; 69 virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher() OVERRIDE;
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 FilePath last_selected_directory_; 152 FilePath last_selected_directory_;
154 153
155 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; 154 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
156 155
157 scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_; 156 scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_;
158 157
159 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl); 158 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
160 }; 159 };
161 160
162 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 161 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/browser/password_manager/password_store_x_unittest.cc ('k') | chrome/browser/profiles/off_the_record_profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698