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

Unified Diff: chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
diff --git a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
index df82cdf870a22afbecf4526b69ab4547fcebe7c0..33c218acd1c471b3acc9ef5f1bffa1e3f03fc049 100644
--- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
+++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
@@ -24,7 +24,7 @@ class URLRequestContextGetter;
namespace policy {
-class AppPackUpdater;
+class ConsumerEnrollmentHandler;
bartfab (slow) 2014/12/15 16:08:40 Nit: Why are you adding this?
rkc 2014/12/15 20:45:58 Merge screwup. Fixed. Done.
class ConsumerManagementService;
class DeviceCloudPolicyInitializer;
class DeviceCloudPolicyInvalidator;
@@ -73,8 +73,6 @@ class BrowserPolicyConnectorChromeOS
// the installation attributes.
UserAffiliation GetUserAffiliation(const std::string& user_name);
- AppPackUpdater* GetAppPackUpdater();
-
DeviceCloudPolicyManagerChromeOS* GetDeviceCloudPolicyManager() {
return device_cloud_policy_manager_;
}
@@ -158,7 +156,6 @@ class BrowserPolicyConnectorChromeOS
// pointer to get to the ProxyPolicyProvider at SetUserPolicyDelegate().
ProxyPolicyProvider* global_user_cloud_policy_provider_;
- scoped_ptr<AppPackUpdater> app_pack_updater_;
scoped_ptr<NetworkConfigurationUpdater> network_configuration_updater_;
base::WeakPtrFactory<BrowserPolicyConnectorChromeOS> weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698