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

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

Issue 11415094: Split UserCloudPolicyManager implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DeviceCloudPolicyManagerChromeOSTest.EnrolledDevice failure. Created 8 years 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 25 matching lines...) Expand all
36 // Profile implementation. 36 // Profile implementation.
37 virtual std::string GetProfileName() OVERRIDE; 37 virtual std::string GetProfileName() OVERRIDE;
38 virtual Profile* GetOffTheRecordProfile() OVERRIDE; 38 virtual Profile* GetOffTheRecordProfile() OVERRIDE;
39 virtual void DestroyOffTheRecordProfile() OVERRIDE; 39 virtual void DestroyOffTheRecordProfile() OVERRIDE;
40 virtual bool HasOffTheRecordProfile() OVERRIDE; 40 virtual bool HasOffTheRecordProfile() OVERRIDE;
41 virtual Profile* GetOriginalProfile() OVERRIDE; 41 virtual Profile* GetOriginalProfile() OVERRIDE;
42 virtual ExtensionService* GetExtensionService() OVERRIDE; 42 virtual ExtensionService* GetExtensionService() OVERRIDE;
43 virtual ExtensionSpecialStoragePolicy* 43 virtual ExtensionSpecialStoragePolicy*
44 GetExtensionSpecialStoragePolicy() OVERRIDE; 44 GetExtensionSpecialStoragePolicy() OVERRIDE;
45 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE; 45 virtual GAIAInfoUpdateService* GetGAIAInfoUpdateService() OVERRIDE;
46 virtual policy::UserCloudPolicyManager* GetUserCloudPolicyManager() OVERRIDE;
47 virtual policy::ManagedModePolicyProvider* 46 virtual policy::ManagedModePolicyProvider*
48 GetManagedModePolicyProvider() OVERRIDE; 47 GetManagedModePolicyProvider() OVERRIDE;
49 virtual policy::PolicyService* GetPolicyService() OVERRIDE; 48 virtual policy::PolicyService* GetPolicyService() OVERRIDE;
50 virtual PrefService* GetPrefs() OVERRIDE; 49 virtual PrefService* GetPrefs() OVERRIDE;
51 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE; 50 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
52 virtual net::URLRequestContextGetter* 51 virtual net::URLRequestContextGetter*
53 GetRequestContextForExtensions() OVERRIDE; 52 GetRequestContextForExtensions() OVERRIDE;
54 virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition( 53 virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition(
55 const FilePath& partition_path, 54 const FilePath& partition_path,
56 bool in_memory) OVERRIDE; 55 bool in_memory) OVERRIDE;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 Time start_time_; 140 Time start_time_;
142 141
143 FilePath last_selected_directory_; 142 FilePath last_selected_directory_;
144 143
145 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; 144 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
146 145
147 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl); 146 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
148 }; 147 };
149 148
150 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 149 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/user_policy_signin_service_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