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

Side by Side Diff: chrome/browser/chromeos/settings/cros_settings_names.cc

Issue 10824112: Move Chrome OS device settings stuff to chrome/browser/chromeos/settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 4 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/cros_settings_names.h" 5 #include "chrome/browser/chromeos/settings/cros_settings_names.h"
6 6
7 namespace chromeos { 7 namespace chromeos {
8 8
9 const char kCrosSettingsPrefix[] = "cros."; 9 const char kCrosSettingsPrefix[] = "cros.";
10 10
11 // All cros.accounts.* settings are stored in SignedSettings. 11 // All cros.accounts.* settings are stored in SignedSettings.
12 const char kAccountsPrefAllowGuest[] = "cros.accounts.allowBWSI"; 12 const char kAccountsPrefAllowGuest[] = "cros.accounts.allowBWSI";
13 const char kAccountsPrefAllowNewUser[] = "cros.accounts.allowGuest"; 13 const char kAccountsPrefAllowNewUser[] = "cros.accounts.allowGuest";
14 const char kAccountsPrefShowUserNamesOnSignIn[] 14 const char kAccountsPrefShowUserNamesOnSignIn[]
15 = "cros.accounts.showUserNamesOnSignIn"; 15 = "cros.accounts.showUserNamesOnSignIn";
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 70
71 // Defines the set of URLs to be opened on login to the anonymous account used 71 // Defines the set of URLs to be opened on login to the anonymous account used
72 // if the device is in KIOSK mode. 72 // if the device is in KIOSK mode.
73 const char kStartUpUrls[] = "cros.start_up_urls"; 73 const char kStartUpUrls[] = "cros.start_up_urls";
74 74
75 // This policy should not appear in the protobuf ever but is used internally to 75 // This policy should not appear in the protobuf ever but is used internally to
76 // signal that we are running in a "safe-mode" for policy recovery. 76 // signal that we are running in a "safe-mode" for policy recovery.
77 const char kPolicyMissingMitigationMode[] = 77 const char kPolicyMissingMitigationMode[] =
78 "cros.internal.policy_mitigation_mode"; 78 "cros.internal.policy_mitigation_mode";
79 } // namespace chromeos 79 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/settings/cros_settings_names.h ('k') | chrome/browser/chromeos/settings/cros_settings_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698