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

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

Issue 10828263: Moving FaviconService to a ProfileKeyedService. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: resyncing with library after revert Created 8 years, 4 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
« no previous file with comments | « chrome/browser/jumplist_win.cc ('k') | chrome/browser/profiles/off_the_record_profile_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/gtest_prod_util.h" 10 #include "base/gtest_prod_util.h"
(...skipping 28 matching lines...) Expand all
39 virtual bool HasOffTheRecordProfile() OVERRIDE; 39 virtual bool HasOffTheRecordProfile() OVERRIDE;
40 virtual Profile* GetOriginalProfile() OVERRIDE; 40 virtual Profile* GetOriginalProfile() OVERRIDE;
41 virtual VisitedLinkMaster* GetVisitedLinkMaster() OVERRIDE; 41 virtual VisitedLinkMaster* GetVisitedLinkMaster() OVERRIDE;
42 virtual ExtensionService* GetExtensionService() OVERRIDE; 42 virtual ExtensionService* GetExtensionService() OVERRIDE;
43 virtual extensions::UserScriptMaster* GetUserScriptMaster() OVERRIDE; 43 virtual extensions::UserScriptMaster* GetUserScriptMaster() OVERRIDE;
44 virtual ExtensionProcessManager* GetExtensionProcessManager() OVERRIDE; 44 virtual ExtensionProcessManager* GetExtensionProcessManager() OVERRIDE;
45 virtual extensions::EventRouter* GetExtensionEventRouter() OVERRIDE; 45 virtual extensions::EventRouter* GetExtensionEventRouter() OVERRIDE;
46 virtual ExtensionSpecialStoragePolicy* 46 virtual ExtensionSpecialStoragePolicy*
47 GetExtensionSpecialStoragePolicy() OVERRIDE; 47 GetExtensionSpecialStoragePolicy() OVERRIDE;
48 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE; 48 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE;
49 virtual FaviconService* GetFaviconService(ServiceAccessType sat) OVERRIDE;
50 virtual policy::UserCloudPolicyManager* GetUserCloudPolicyManager() OVERRIDE; 49 virtual policy::UserCloudPolicyManager* GetUserCloudPolicyManager() OVERRIDE;
51 virtual policy::PolicyService* GetPolicyService() OVERRIDE; 50 virtual policy::PolicyService* GetPolicyService() OVERRIDE;
52 virtual PrefService* GetPrefs() OVERRIDE; 51 virtual PrefService* GetPrefs() OVERRIDE;
53 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE; 52 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
54 virtual net::URLRequestContextGetter* 53 virtual net::URLRequestContextGetter*
55 GetRequestContextForExtensions() OVERRIDE; 54 GetRequestContextForExtensions() OVERRIDE;
56 virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp( 55 virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp(
57 const std::string& app_id) OVERRIDE; 56 const std::string& app_id) OVERRIDE;
58 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE; 57 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
59 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE; 58 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE;
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 Time start_time_; 130 Time start_time_;
132 131
133 FilePath last_selected_directory_; 132 FilePath last_selected_directory_;
134 133
135 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; 134 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
136 135
137 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl); 136 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
138 }; 137 };
139 138
140 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 139 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/browser/jumplist_win.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