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

Side by Side Diff: chrome/browser/profiles/off_the_record_profile_impl.h

Issue 9834056: Moved WebDataService to ProfileKeyedService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upload rebase Created 8 years, 8 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 virtual ExtensionProcessManager* GetExtensionProcessManager() OVERRIDE; 46 virtual ExtensionProcessManager* GetExtensionProcessManager() OVERRIDE;
47 virtual ExtensionEventRouter* GetExtensionEventRouter() OVERRIDE; 47 virtual ExtensionEventRouter* GetExtensionEventRouter() OVERRIDE;
48 virtual ExtensionSpecialStoragePolicy* 48 virtual ExtensionSpecialStoragePolicy*
49 GetExtensionSpecialStoragePolicy() OVERRIDE; 49 GetExtensionSpecialStoragePolicy() OVERRIDE;
50 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE; 50 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE;
51 virtual HistoryService* GetHistoryService(ServiceAccessType sat) OVERRIDE; 51 virtual HistoryService* GetHistoryService(ServiceAccessType sat) OVERRIDE;
52 virtual HistoryService* GetHistoryServiceWithoutCreating() OVERRIDE; 52 virtual HistoryService* GetHistoryServiceWithoutCreating() OVERRIDE;
53 virtual FaviconService* GetFaviconService(ServiceAccessType sat) OVERRIDE; 53 virtual FaviconService* GetFaviconService(ServiceAccessType sat) OVERRIDE;
54 virtual AutocompleteClassifier* GetAutocompleteClassifier() OVERRIDE; 54 virtual AutocompleteClassifier* GetAutocompleteClassifier() OVERRIDE;
55 virtual history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE; 55 virtual history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE;
56 virtual WebDataService* GetWebDataService(ServiceAccessType sat) OVERRIDE;
57 virtual WebDataService* GetWebDataServiceWithoutCreating() OVERRIDE;
58 virtual PrefService* GetPrefs() OVERRIDE; 56 virtual PrefService* GetPrefs() OVERRIDE;
59 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE; 57 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
60 virtual net::URLRequestContextGetter* 58 virtual net::URLRequestContextGetter*
61 GetRequestContextForExtensions() OVERRIDE; 59 GetRequestContextForExtensions() OVERRIDE;
62 virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp( 60 virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp(
63 const std::string& app_id) OVERRIDE; 61 const std::string& app_id) OVERRIDE;
64 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE; 62 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
65 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE; 63 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE;
66 virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher() OVERRIDE; 64 virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher() OVERRIDE;
67 virtual BookmarkModel* GetBookmarkModel() OVERRIDE; 65 virtual BookmarkModel* GetBookmarkModel() OVERRIDE;
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 FilePath last_selected_directory_; 137 FilePath last_selected_directory_;
140 138
141 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; 139 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
142 140
143 scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_; 141 scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_;
144 142
145 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl); 143 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
146 }; 144 };
147 145
148 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 146 #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