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

Unified Diff: chrome/browser/chromeos/settings/cros_settings_names.cc

Issue 14329002: Chrome OS device policy for Variations Restrict Parameter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: proto name change to avoid conflict Created 7 years, 8 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/settings/cros_settings_names.cc
diff --git a/chrome/browser/chromeos/settings/cros_settings_names.cc b/chrome/browser/chromeos/settings/cros_settings_names.cc
index 507df9caa1249e53c5c2b39415ca72607c43b4b5..6d9989c089a6c56e7886289257fedd29af5342db 100644
--- a/chrome/browser/chromeos/settings/cros_settings_names.cc
+++ b/chrome/browser/chromeos/settings/cros_settings_names.cc
@@ -116,4 +116,8 @@ const char kKioskAutoLaunch[] = "cros.kiosk.auto_launch";
const char kKioskDisableBailoutShortcut[] =
"cros.kiosk.disable_bailout_shortcut";
+// A string pref for the restrict parameter to be appended to the Variations URL
+// when pinging the Variations server.
+const char kVariationsRestrictParameter[] =
+ "cros.variations_restrict_parameter";
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/settings/cros_settings_names.h ('k') | chrome/browser/chromeos/settings/device_settings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698