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

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

Issue 11246003: Remove Profile->GetExtensionProcessManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix extension_crash_recovery_browsertest Created 8 years, 1 month 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 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/gtest_prod_util.h" 10 #include "base/gtest_prod_util.h"
(...skipping 23 matching lines...) Expand all
34 34
35 // Profile implementation. 35 // Profile implementation.
36 virtual std::string GetProfileName() OVERRIDE; 36 virtual std::string GetProfileName() OVERRIDE;
37 virtual Profile* GetOffTheRecordProfile() OVERRIDE; 37 virtual Profile* GetOffTheRecordProfile() OVERRIDE;
38 virtual void DestroyOffTheRecordProfile() OVERRIDE; 38 virtual void DestroyOffTheRecordProfile() OVERRIDE;
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;
45 virtual extensions::EventRouter* GetExtensionEventRouter() OVERRIDE; 44 virtual extensions::EventRouter* GetExtensionEventRouter() OVERRIDE;
46 virtual ExtensionSpecialStoragePolicy* 45 virtual ExtensionSpecialStoragePolicy*
47 GetExtensionSpecialStoragePolicy() OVERRIDE; 46 GetExtensionSpecialStoragePolicy() OVERRIDE;
48 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE; 47 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE;
49 virtual policy::UserCloudPolicyManager* GetUserCloudPolicyManager() OVERRIDE; 48 virtual policy::UserCloudPolicyManager* GetUserCloudPolicyManager() OVERRIDE;
50 virtual policy::ManagedModePolicyProvider* 49 virtual policy::ManagedModePolicyProvider*
51 GetManagedModePolicyProvider() OVERRIDE; 50 GetManagedModePolicyProvider() OVERRIDE;
52 virtual policy::PolicyService* GetPolicyService() OVERRIDE; 51 virtual policy::PolicyService* GetPolicyService() OVERRIDE;
53 virtual PrefService* GetPrefs() OVERRIDE; 52 virtual PrefService* GetPrefs() OVERRIDE;
54 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE; 53 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 Time start_time_; 138 Time start_time_;
140 139
141 FilePath last_selected_directory_; 140 FilePath last_selected_directory_;
142 141
143 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; 142 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
144 143
145 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl); 144 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
146 }; 145 };
147 146
148 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 147 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.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