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

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

Issue 12147004: Disable/enable echo for enterprise device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add the missing SendResponse call to the async extension method. Created 7 years, 10 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
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 namespace chromeos { 7 namespace chromeos {
8 8
9 const char kCrosSettingsPrefix[] = "cros."; 9 const char kCrosSettingsPrefix[] = "cros.";
10 10
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 const char kIdleLogoutWarningDuration[] = "cros.idle_logout.warning_duration"; 76 const char kIdleLogoutWarningDuration[] = "cros.idle_logout.warning_duration";
77 77
78 // Defines the set of URLs to be opened on login to the anonymous account used 78 // Defines the set of URLs to be opened on login to the anonymous account used
79 // if the device is in KIOSK mode. 79 // if the device is in KIOSK mode.
80 const char kStartUpUrls[] = "cros.start_up_urls"; 80 const char kStartUpUrls[] = "cros.start_up_urls";
81 81
82 // This policy should not appear in the protobuf ever but is used internally to 82 // This policy should not appear in the protobuf ever but is used internally to
83 // signal that we are running in a "safe-mode" for policy recovery. 83 // signal that we are running in a "safe-mode" for policy recovery.
84 const char kPolicyMissingMitigationMode[] = 84 const char kPolicyMissingMitigationMode[] =
85 "cros.internal.policy_mitigation_mode"; 85 "cros.internal.policy_mitigation_mode";
86
87 // A boolean pref that indicates whether users are allowed to redeem offers
88 // through Chrome OS Registration.
89 const char kAllowRedeemChromeOsRegistrationOffers[] =
90 "cros.echo.allow_redeem_chrome_os_registration_offers";
86 } // namespace chromeos 91 } // 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