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

Unified Diff: chrome/browser/policy/proto/chrome_device_policy.proto

Issue 12147004: Disable/enable echo for enterprise device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update inline comments. Created 7 years, 11 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/policy/proto/chrome_device_policy.proto
diff --git a/chrome/browser/policy/proto/chrome_device_policy.proto b/chrome/browser/policy/proto/chrome_device_policy.proto
index 0e9863e2cd612f655f584d62731bddb6937b93f2..8d4f56fe9d5244d7515139ca4441e4a735cb354a 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -237,6 +237,11 @@ message DeviceLocalAccountsProto {
repeated DeviceLocalAccountInfoProto account = 1;
}
+message ChromeOsRegistrationEnabledProto {
+ // Determines if a device can use Chrome OS Registration service.
Mattias Nissler (ping if slow) 2013/02/04 09:06:19 Again, needs better docs. Pretend you hear "Chrome
oscarpan 2013/02/05 00:17:47 Done.
+ optional bool chrome_os_registration_enabled = 1 [default = true];
+}
oscarpan 2013/02/02 01:50:56 I don't know when this default value is being used
Mattias Nissler (ping if slow) 2013/02/04 09:06:19 Device settings apply to both enterprise-enrolled
oscarpan 2013/02/05 00:17:47 I verified that without setting the policy value,
+
message ChromeDeviceSettingsProto {
optional DevicePolicyRefreshRateProto device_policy_refresh_rate = 1;
optional UserWhitelistProto user_whitelist = 2;
@@ -259,4 +264,5 @@ message ChromeDeviceSettingsProto {
optional PinnedAppsProto pinned_apps = 19;
optional SystemTimezoneProto system_timezone = 20;
optional DeviceLocalAccountsProto device_local_accounts = 21;
+ optional ChromeOsRegistrationEnabledProto cros_registration_enabled = 22;
}

Powered by Google App Engine
This is Rietveld 408576698