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

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, 3 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 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 e435b88af1b80ff7e9f1e1737330a2c89ff7f98b..3630b84f7226115e48404f95f4e4852f2e9e5e76 100644
--- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
+++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
@@ -23,7 +23,6 @@ class URLRequestContextGetter;
namespace policy {
-class AppPackUpdater;
class ConsumerManagementService;
class DeviceCloudPolicyInitializer;
class DeviceCloudPolicyInvalidator;
@@ -71,8 +70,6 @@ class BrowserPolicyConnectorChromeOS : public ChromeBrowserPolicyConnector {
// the installation attributes.
UserAffiliation GetUserAffiliation(const std::string& user_name);
- AppPackUpdater* GetAppPackUpdater();
-
DeviceCloudPolicyManagerChromeOS* GetDeviceCloudPolicyManager() {
return device_cloud_policy_manager_;
}
@@ -150,7 +147,6 @@ class BrowserPolicyConnectorChromeOS : public ChromeBrowserPolicyConnector {
// 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_;
scoped_ptr<DeviceManagementService> consumer_device_management_service_;

Powered by Google App Engine
This is Rietveld 408576698