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

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

Issue 2513903003: Disable fetching of policy for login screen apps (Closed)
Patch Set: Disable related tests Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/policy/device_cloud_policy_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
diff --git a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
index a7a734c21e73f110d4e57da53f2df08c0f8522b8..7a30322ceee7f429be3d66b31bbfab09997e0834 100644
--- a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
+++ b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
@@ -176,7 +176,11 @@ class DeviceCloudPolicyManagerChromeOS : public CloudPolicyManager {
signin_profile_forwarding_schema_registry_;
// Whether the component cloud policy service should be created.
- bool is_component_policy_enabled_ = true;
+ // TODO(emaxx): Change the default to true once both the client and the
+ // DMServer are ready for handling policy fetches with the
+ // google/chromeos/signinextension type. See crbug.com/666720,
+ // crbug.com/644304 for reference.
+ bool is_component_policy_enabled_ = false;
base::ObserverList<Observer, true> observers_;
« no previous file with comments | « chrome/browser/chromeos/policy/device_cloud_policy_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698