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

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

Issue 275913004: Add a pref to track progress of OOBE and resume if needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/stage/screen/g Created 6 years, 7 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/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 2065 matching lines...) Expand 10 before | Expand all | Expand 10 after
2076 // Key name of a dictionary in local state to store cached multiprofle user 2076 // Key name of a dictionary in local state to store cached multiprofle user
2077 // behavior policy value. 2077 // behavior policy value.
2078 const char kCachedMultiProfileUserBehavior[] = "CachedMultiProfileUserBehavior"; 2078 const char kCachedMultiProfileUserBehavior[] = "CachedMultiProfileUserBehavior";
2079 2079
2080 // A string pref with initial locale set in VPD or manifest. 2080 // A string pref with initial locale set in VPD or manifest.
2081 const char kInitialLocale[] = "intl.initial_locale"; 2081 const char kInitialLocale[] = "intl.initial_locale";
2082 2082
2083 // A boolean pref of the OOBE complete flag (first OOBE part before login). 2083 // A boolean pref of the OOBE complete flag (first OOBE part before login).
2084 const char kOobeComplete[] = "OobeComplete"; 2084 const char kOobeComplete[] = "OobeComplete";
2085 2085
2086 // The name of the next stage that has to be shown if OOBE has been interrupted.
2087 const char kOobeScreenPending[] = "OobeStagePending";
Mattias Nissler (ping if slow) 2014/05/15 09:30:25 two more instances of "stage" to fix.
pastarmovj 2014/05/19 14:12:27 Done.
2088
2086 // A boolean pref of the device registered flag (second part after first login). 2089 // A boolean pref of the device registered flag (second part after first login).
2087 const char kDeviceRegistered[] = "DeviceRegistered"; 2090 const char kDeviceRegistered[] = "DeviceRegistered";
2088 2091
2089 // List of usernames that used certificates pushed by policy before. 2092 // List of usernames that used certificates pushed by policy before.
2090 // This is used to prevent these users from joining multiprofile sessions. 2093 // This is used to prevent these users from joining multiprofile sessions.
2091 const char kUsedPolicyCertificates[] = "policy.used_policy_certificates"; 2094 const char kUsedPolicyCertificates[] = "policy.used_policy_certificates";
2092 2095
2093 // A dictionary containing server-provided device state pulled form the cloud 2096 // A dictionary containing server-provided device state pulled form the cloud
2094 // after recovery. 2097 // after recovery.
2095 const char kServerBackedDeviceState[] = "server_backed_device_state"; 2098 const char kServerBackedDeviceState[] = "server_backed_device_state";
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
2534 // "mapped_title" entries, detailing the bookmark target URL (if any), the title 2537 // "mapped_title" entries, detailing the bookmark target URL (if any), the title
2535 // given by the PartnerBookmarksProvider and either the user-visible renamed 2538 // given by the PartnerBookmarksProvider and either the user-visible renamed
2536 // title or an empty string if the bookmark node was removed. 2539 // title or an empty string if the bookmark node was removed.
2537 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; 2540 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings";
2538 #endif 2541 #endif
2539 2542
2540 // Whether DNS Quick Check is disabled in proxy resolution. 2543 // Whether DNS Quick Check is disabled in proxy resolution.
2541 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; 2544 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
2542 2545
2543 } // namespace prefs 2546 } // namespace prefs
OLDNEW
« chrome/browser/chromeos/login/wizard_controller_browsertest.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698