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

Side by Side Diff: chrome/common/pref_names.cc

Issue 26512003: Removed --disable-cloud-policy-on-signin flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/policy/core/common/policy_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 2190 matching lines...) Expand 10 before | Expand all | Expand 10 after
2201 // http://crosbug.com/17015 is implemented and the update engine can just 2201 // http://crosbug.com/17015 is implemented and the update engine can just
2202 // fetch the correct value from the policy. 2202 // fetch the correct value from the policy.
2203 const char kChromeOsReleaseChannel[] = "cros.system.releaseChannel"; 2203 const char kChromeOsReleaseChannel[] = "cros.system.releaseChannel";
2204 2204
2205 const char kPerformanceTracingEnabled[] = 2205 const char kPerformanceTracingEnabled[] =
2206 "feedback.performance_tracing_enabled"; 2206 "feedback.performance_tracing_enabled";
2207 2207
2208 // Value of the enums in TabStrip::LayoutType as an int. 2208 // Value of the enums in TabStrip::LayoutType as an int.
2209 const char kTabStripLayoutType[] = "tab_strip_layout_type"; 2209 const char kTabStripLayoutType[] = "tab_strip_layout_type";
2210 2210
2211 // If true, cloud policy for the user is not loaded when the user signs in.
2212 const char kDisableCloudPolicyOnSignin[] =
2213 "policy.disable_cloud_policy_on_signin";
2214
2215 // Indicates that factory reset was requested from options page. 2211 // Indicates that factory reset was requested from options page.
2216 const char kFactoryResetRequested[] = "FactoryResetRequested"; 2212 const char kFactoryResetRequested[] = "FactoryResetRequested";
2217 2213
2218 // Boolean recording whether we have showed a balloon that calls out the message 2214 // Boolean recording whether we have showed a balloon that calls out the message
2219 // center for desktop notifications. 2215 // center for desktop notifications.
2220 const char kMessageCenterShowedFirstRunBalloon[] = 2216 const char kMessageCenterShowedFirstRunBalloon[] =
2221 "message_center.showed_first_run_balloon"; 2217 "message_center.showed_first_run_balloon";
2222 2218
2223 // *************** SERVICE PREFS *************** 2219 // *************** SERVICE PREFS ***************
2224 // These are attached to the service process. 2220 // These are attached to the service process.
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
2578 // A dictionary pref which maps profile names to dictionary values which hold 2574 // A dictionary pref which maps profile names to dictionary values which hold
2579 // hashes of profile prefs that we track to detect changes that happen outside 2575 // hashes of profile prefs that we track to detect changes that happen outside
2580 // of Chrome. 2576 // of Chrome.
2581 const char kProfilePreferenceHashes[] = "profile.preference_hashes"; 2577 const char kProfilePreferenceHashes[] = "profile.preference_hashes";
2582 2578
2583 // Stores a pair of local time and corresponding network time to bootstrap 2579 // Stores a pair of local time and corresponding network time to bootstrap
2584 // network time tracker when browser starts. 2580 // network time tracker when browser starts.
2585 const char kNetworkTimeMapping[] = "profile.network_time_mapping"; 2581 const char kNetworkTimeMapping[] = "profile.network_time_mapping";
2586 2582
2587 } // namespace prefs 2583 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/policy/core/common/policy_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698