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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/chromeos/settings/cros_settings_names.h" 5 #include "chrome/browser/chromeos/settings/cros_settings_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace chromeos { 9 namespace chromeos {
10 10
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 109
110 // An app id string of the current auto launch app. Empty string means no auto 110 // An app id string of the current auto launch app. Empty string means no auto
111 // launch app. Default is empty. 111 // launch app. Default is empty.
112 const char kKioskAutoLaunch[] = "cros.kiosk.auto_launch"; 112 const char kKioskAutoLaunch[] = "cros.kiosk.auto_launch";
113 113
114 // A boolean pref of whether the app launch bailout shortcut should be disabled. 114 // A boolean pref of whether the app launch bailout shortcut should be disabled.
115 // When set to true, the bailout shortcut is disabled. Default is false. 115 // When set to true, the bailout shortcut is disabled. Default is false.
116 const char kKioskDisableBailoutShortcut[] = 116 const char kKioskDisableBailoutShortcut[] =
117 "cros.kiosk.disable_bailout_shortcut"; 117 "cros.kiosk.disable_bailout_shortcut";
118 118
119 // A string pref for the restrict parameter to be appended to the Variations URL
120 // when pinging the Variations server.
121 const char kVariationsRestrictParameter[] =
122 "cros.variations_restrict_parameter";
119 } // namespace chromeos 123 } // namespace chromeos
OLDNEW
« 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