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

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

Issue 10185008: Taking over issue 10006037: Moved WebDataService to ProfileKeyedService (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 virtual ExtensionProcessManager* GetExtensionProcessManager() OVERRIDE; 45 virtual ExtensionProcessManager* GetExtensionProcessManager() OVERRIDE;
46 virtual ExtensionEventRouter* GetExtensionEventRouter() OVERRIDE; 46 virtual ExtensionEventRouter* GetExtensionEventRouter() OVERRIDE;
47 virtual ExtensionSpecialStoragePolicy* 47 virtual ExtensionSpecialStoragePolicy*
48 GetExtensionSpecialStoragePolicy() OVERRIDE; 48 GetExtensionSpecialStoragePolicy() OVERRIDE;
49 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE; 49 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE;
50 virtual HistoryService* GetHistoryService(ServiceAccessType sat) OVERRIDE; 50 virtual HistoryService* GetHistoryService(ServiceAccessType sat) OVERRIDE;
51 virtual HistoryService* GetHistoryServiceWithoutCreating() OVERRIDE; 51 virtual HistoryService* GetHistoryServiceWithoutCreating() OVERRIDE;
52 virtual FaviconService* GetFaviconService(ServiceAccessType sat) OVERRIDE; 52 virtual FaviconService* GetFaviconService(ServiceAccessType sat) OVERRIDE;
53 virtual AutocompleteClassifier* GetAutocompleteClassifier() OVERRIDE; 53 virtual AutocompleteClassifier* GetAutocompleteClassifier() OVERRIDE;
54 virtual history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE; 54 virtual history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE;
55 virtual WebDataService* GetWebDataService(ServiceAccessType sat) OVERRIDE;
56 virtual WebDataService* GetWebDataServiceWithoutCreating() OVERRIDE;
57 virtual PrefService* GetPrefs() OVERRIDE; 55 virtual PrefService* GetPrefs() OVERRIDE;
58 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE; 56 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
59 virtual net::URLRequestContextGetter* 57 virtual net::URLRequestContextGetter*
60 GetRequestContextForExtensions() OVERRIDE; 58 GetRequestContextForExtensions() OVERRIDE;
61 virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp( 59 virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp(
62 const std::string& app_id) OVERRIDE; 60 const std::string& app_id) OVERRIDE;
63 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE; 61 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
64 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE; 62 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE;
65 virtual BookmarkModel* GetBookmarkModel() OVERRIDE; 63 virtual BookmarkModel* GetBookmarkModel() OVERRIDE;
66 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() OVERRIDE; 64 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() OVERRIDE;
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 Time start_time_; 133 Time start_time_;
136 134
137 FilePath last_selected_directory_; 135 FilePath last_selected_directory_;
138 136
139 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; 137 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
140 138
141 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl); 139 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
142 }; 140 };
143 141
144 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 142 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/browser/password_manager/password_store_win_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