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

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

Issue 10701043: Make ShortcutsBackend a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 virtual ExtensionService* GetExtensionService() OVERRIDE; 43 virtual ExtensionService* GetExtensionService() OVERRIDE;
44 virtual UserScriptMaster* GetUserScriptMaster() OVERRIDE; 44 virtual UserScriptMaster* GetUserScriptMaster() OVERRIDE;
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 history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE;
54 virtual policy::PolicyService* GetPolicyService() OVERRIDE; 53 virtual policy::PolicyService* GetPolicyService() OVERRIDE;
55 virtual PrefService* GetPrefs() OVERRIDE; 54 virtual PrefService* GetPrefs() OVERRIDE;
56 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE; 55 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
57 virtual net::URLRequestContextGetter* 56 virtual net::URLRequestContextGetter*
58 GetRequestContextForExtensions() OVERRIDE; 57 GetRequestContextForExtensions() OVERRIDE;
59 virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp( 58 virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp(
60 const std::string& app_id) OVERRIDE; 59 const std::string& app_id) OVERRIDE;
61 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE; 60 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
62 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE; 61 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE;
63 virtual BookmarkModel* GetBookmarkModel() OVERRIDE; 62 virtual BookmarkModel* GetBookmarkModel() OVERRIDE;
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 Time start_time_; 133 Time start_time_;
135 134
136 FilePath last_selected_directory_; 135 FilePath last_selected_directory_;
137 136
138 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; 137 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
139 138
140 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl); 139 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
141 }; 140 };
142 141
143 #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/history/shortcuts_database_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