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

Side by Side Diff: chromeos/chromeos_switches.h

Issue 2874303003: Fork PIN keyboard assets and create additional flag for lock screen (Closed)
Patch Set: Address comments Created 3 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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.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 "base/memory/memory_pressure_monitor_chromeos.h" 8 #include "base/memory/memory_pressure_monitor_chromeos.h"
9 #include "chromeos/chromeos_export.h" 9 #include "chromeos/chromeos_export.h"
10 10
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 CHROMEOS_EXPORT extern const char kLoginProfile[]; 122 CHROMEOS_EXPORT extern const char kLoginProfile[];
123 CHROMEOS_EXPORT extern const char kLoginUser[]; 123 CHROMEOS_EXPORT extern const char kLoginUser[];
124 CHROMEOS_EXPORT extern const char kMemoryPressureThresholds[]; 124 CHROMEOS_EXPORT extern const char kMemoryPressureThresholds[];
125 CHROMEOS_EXPORT extern const char kNaturalScrollDefault[]; 125 CHROMEOS_EXPORT extern const char kNaturalScrollDefault[];
126 CHROMEOS_EXPORT extern const char kNoteTakingAppIds[]; 126 CHROMEOS_EXPORT extern const char kNoteTakingAppIds[];
127 CHROMEOS_EXPORT extern const char kOobeBootstrappingMaster[]; 127 CHROMEOS_EXPORT extern const char kOobeBootstrappingMaster[];
128 CHROMEOS_EXPORT extern const char kOobeGuestSession[]; 128 CHROMEOS_EXPORT extern const char kOobeGuestSession[];
129 CHROMEOS_EXPORT extern const char kOobeSkipPostLogin[]; 129 CHROMEOS_EXPORT extern const char kOobeSkipPostLogin[];
130 CHROMEOS_EXPORT extern const char kOobeTimerInterval[]; 130 CHROMEOS_EXPORT extern const char kOobeTimerInterval[];
131 CHROMEOS_EXPORT extern const char kShowMdLogin[]; 131 CHROMEOS_EXPORT extern const char kShowMdLogin[];
132 CHROMEOS_EXPORT extern const char kShowNonViewMdLogin[];
132 CHROMEOS_EXPORT extern const char kPowerStub[]; 133 CHROMEOS_EXPORT extern const char kPowerStub[];
133 CHROMEOS_EXPORT extern const char kShillStub[]; 134 CHROMEOS_EXPORT extern const char kShillStub[];
134 CHROMEOS_EXPORT extern const char kSmsTestMessages[]; 135 CHROMEOS_EXPORT extern const char kSmsTestMessages[];
135 CHROMEOS_EXPORT extern const char kStubCrosSettings[]; 136 CHROMEOS_EXPORT extern const char kStubCrosSettings[];
136 CHROMEOS_EXPORT extern const char kSystemDevMode[]; 137 CHROMEOS_EXPORT extern const char kSystemDevMode[];
137 CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[]; 138 CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[];
138 CHROMEOS_EXPORT extern const char kAttestationServer[]; 139 CHROMEOS_EXPORT extern const char kAttestationServer[];
139 CHROMEOS_EXPORT extern const char kWakeOnWifiPacket[]; 140 CHROMEOS_EXPORT extern const char kWakeOnWifiPacket[];
140 CHROMEOS_EXPORT extern const char kForceSystemCompositorMode[]; 141 CHROMEOS_EXPORT extern const char kForceSystemCompositorMode[];
141 CHROMEOS_EXPORT extern const char kTestEncryptionMigrationUI[]; 142 CHROMEOS_EXPORT extern const char kTestEncryptionMigrationUI[];
(...skipping 15 matching lines...) Expand all
157 // Returns true if this is a Cellular First device. 158 // Returns true if this is a Cellular First device.
158 CHROMEOS_EXPORT bool IsCellularFirstDevice(); 159 CHROMEOS_EXPORT bool IsCellularFirstDevice();
159 160
160 // Returns true if voice interaction is enabled. 161 // Returns true if voice interaction is enabled.
161 CHROMEOS_EXPORT bool IsVoiceInteractionEnabled(); 162 CHROMEOS_EXPORT bool IsVoiceInteractionEnabled();
162 163
163 } // namespace switches 164 } // namespace switches
164 } // namespace chromeos 165 } // namespace chromeos
165 166
166 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_ 167 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('k') | chromeos/chromeos_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698