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

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

Issue 2289643003: ChromeOS: Fix "continue OOBE on restart" functionality. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | 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/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/pref_font_webkit_names.h" 9 #include "chrome/common/pref_font_webkit_names.h"
10 10
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 1804
1805 // A string pref with initial locale set in VPD or manifest. 1805 // A string pref with initial locale set in VPD or manifest.
1806 const char kInitialLocale[] = "intl.initial_locale"; 1806 const char kInitialLocale[] = "intl.initial_locale";
1807 1807
1808 // A boolean pref of the OOBE complete flag (first OOBE part before login). 1808 // A boolean pref of the OOBE complete flag (first OOBE part before login).
1809 const char kOobeComplete[] = "OobeComplete"; 1809 const char kOobeComplete[] = "OobeComplete";
1810 1810
1811 // The name of the screen that has to be shown if OOBE has been interrupted. 1811 // The name of the screen that has to be shown if OOBE has been interrupted.
1812 const char kOobeScreenPending[] = "OobeScreenPending"; 1812 const char kOobeScreenPending[] = "OobeScreenPending";
1813 1813
1814 // If material design OOBE should be selected if OOBE has been interrupted.
1815 const char kOobeMdMode[] = "OobeMdModeEnabled";
1816
1814 // A boolean pref to indicate if an eligible controller (either a Chrome OS 1817 // A boolean pref to indicate if an eligible controller (either a Chrome OS
1815 // device, or an Android device) is detected during bootstrapping or 1818 // device, or an Android device) is detected during bootstrapping or
1816 // shark/remora setup process. A controller can help the device go through OOBE 1819 // shark/remora setup process. A controller can help the device go through OOBE
1817 // and get enrolled into a domain automatically. 1820 // and get enrolled into a domain automatically.
1818 const char kOobeControllerDetected[] = "OobeControllerDetected"; 1821 const char kOobeControllerDetected[] = "OobeControllerDetected";
1819 1822
1820 // A boolean pref for whether the Goodies promotion webpage has been displayed, 1823 // A boolean pref for whether the Goodies promotion webpage has been displayed,
1821 // or otherwise disqualified for auto-display, on this device. 1824 // or otherwise disqualified for auto-display, on this device.
1822 const char kCanShowOobeGoodiesPage[] = "CanShowOobeGoodiesPage"; 1825 const char kCanShowOobeGoodiesPage[] = "CanShowOobeGoodiesPage";
1823 1826
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
2261 const char kOriginTrialPublicKey[] = "origin_trials.public_key"; 2264 const char kOriginTrialPublicKey[] = "origin_trials.public_key";
2262 2265
2263 // A list of origin trial features to disable by policy. 2266 // A list of origin trial features to disable by policy.
2264 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features"; 2267 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features";
2265 2268
2266 // Policy that indicates the state of updates for the binary components. 2269 // Policy that indicates the state of updates for the binary components.
2267 const char kComponentUpdatesEnabled[] = 2270 const char kComponentUpdatesEnabled[] =
2268 "component_updates.component_updates_enabled"; 2271 "component_updates.component_updates_enabled";
2269 2272
2270 } // namespace prefs 2273 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698