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

Unified Diff: chrome/browser/policy/configuration_policy_pref_store.cc

Issue 7287001: Add a device policy for specifying the release channel. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 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/configuration_policy_pref_store.cc
diff --git a/chrome/browser/policy/configuration_policy_pref_store.cc b/chrome/browser/policy/configuration_policy_pref_store.cc
index b7a29cff9432265c4b22e1f85ac56eb5b41a6d30..54ad36749e0fcd3756ad5d63ebfc106cd962fae5 100644
--- a/chrome/browser/policy/configuration_policy_pref_store.cc
+++ b/chrome/browser/policy/configuration_policy_pref_store.cc
@@ -1097,6 +1097,8 @@ ConfigurationPolicyPrefStore::GetChromePolicyDefinitionList() {
#if defined(OS_CHROMEOS)
{ kPolicyChromeOsLockOnIdleSuspend, Value::TYPE_BOOLEAN,
key::kChromeOsLockOnIdleSuspend },
+ { kPolicyChromeOsReleaseChannel, Value::TYPE_STRING,
+ key::kChromeOsReleaseChannel },
gfeher 2011/06/29 16:28:16 You'll need to remove this when you change the JSO
#endif
};

Powered by Google App Engine
This is Rietveld 408576698