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

Side by Side Diff: chromeos/chromeos_switches.h

Issue 289693002: Removed "disable-first-run-ui" flag and switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/extensions/component_loader.cc ('k') | chromeos/chromeos_switches.cc » ('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 #ifndef CHROMEOS_CHROMEOS_SWITCHES_H_ 5 #ifndef CHROMEOS_CHROMEOS_SWITCHES_H_
6 #define CHROMEOS_CHROMEOS_SWITCHES_H_ 6 #define CHROMEOS_CHROMEOS_SWITCHES_H_
7 7
8 #include "chromeos/chromeos_export.h" 8 #include "chromeos/chromeos_export.h"
9 9
10 namespace chromeos { 10 namespace chromeos {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 CHROMEOS_EXPORT extern const char kLoginProfile[]; 63 CHROMEOS_EXPORT extern const char kLoginProfile[];
64 CHROMEOS_EXPORT extern const char kLoginUser[]; 64 CHROMEOS_EXPORT extern const char kLoginUser[];
65 CHROMEOS_EXPORT extern const char kNaturalScrollDefault[]; 65 CHROMEOS_EXPORT extern const char kNaturalScrollDefault[];
66 CHROMEOS_EXPORT extern const char kOobeSkipPostLogin[]; 66 CHROMEOS_EXPORT extern const char kOobeSkipPostLogin[];
67 CHROMEOS_EXPORT extern const char kOobeTimerInterval[]; 67 CHROMEOS_EXPORT extern const char kOobeTimerInterval[];
68 CHROMEOS_EXPORT extern const char kOobeGuestSession[]; 68 CHROMEOS_EXPORT extern const char kOobeGuestSession[];
69 CHROMEOS_EXPORT extern const char kPowerStub[]; 69 CHROMEOS_EXPORT extern const char kPowerStub[];
70 CHROMEOS_EXPORT extern const char kShillStub[]; 70 CHROMEOS_EXPORT extern const char kShillStub[];
71 CHROMEOS_EXPORT extern const char kSmsTestMessages[]; 71 CHROMEOS_EXPORT extern const char kSmsTestMessages[];
72 CHROMEOS_EXPORT extern const char kStubCrosSettings[]; 72 CHROMEOS_EXPORT extern const char kStubCrosSettings[];
73 CHROMEOS_EXPORT extern const char kDisableFirstRunUI[];
74 CHROMEOS_EXPORT extern const char kForceFirstRunUI[]; 73 CHROMEOS_EXPORT extern const char kForceFirstRunUI[];
75 CHROMEOS_EXPORT extern const char kEnableFirstRunUITransitions[]; 74 CHROMEOS_EXPORT extern const char kEnableFirstRunUITransitions[];
76 CHROMEOS_EXPORT extern const char kDisableSamlSignin[]; 75 CHROMEOS_EXPORT extern const char kDisableSamlSignin[];
77 CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[]; 76 CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[];
78 77
79 } // namespace switches 78 } // namespace switches
80 } // namespace chromeos 79 } // namespace chromeos
81 80
82 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_ 81 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/component_loader.cc ('k') | chromeos/chromeos_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698