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

Side by Side Diff: chromeos/chromeos_switches.h

Issue 2779933002: Add a screen to migrate filesystem encryption from eCryptfs to ext4 crypto. (Closed)
Patch Set: Address review comments. Created 3 years, 8 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 CHROMEOS_EXPORT extern const char kOobeTimerInterval[]; 126 CHROMEOS_EXPORT extern const char kOobeTimerInterval[];
127 CHROMEOS_EXPORT extern const char kPowerStub[]; 127 CHROMEOS_EXPORT extern const char kPowerStub[];
128 CHROMEOS_EXPORT extern const char kShillStub[]; 128 CHROMEOS_EXPORT extern const char kShillStub[];
129 CHROMEOS_EXPORT extern const char kSmsTestMessages[]; 129 CHROMEOS_EXPORT extern const char kSmsTestMessages[];
130 CHROMEOS_EXPORT extern const char kStubCrosSettings[]; 130 CHROMEOS_EXPORT extern const char kStubCrosSettings[];
131 CHROMEOS_EXPORT extern const char kSystemDevMode[]; 131 CHROMEOS_EXPORT extern const char kSystemDevMode[];
132 CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[]; 132 CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[];
133 CHROMEOS_EXPORT extern const char kAttestationServer[]; 133 CHROMEOS_EXPORT extern const char kAttestationServer[];
134 CHROMEOS_EXPORT extern const char kWakeOnWifiPacket[]; 134 CHROMEOS_EXPORT extern const char kWakeOnWifiPacket[];
135 CHROMEOS_EXPORT extern const char kForceSystemCompositorMode[]; 135 CHROMEOS_EXPORT extern const char kForceSystemCompositorMode[];
136 CHROMEOS_EXPORT extern const char kTestEncryptionMigrationUI[];
136 137
137 // Returns true if the system should wake in response to wifi traffic. 138 // Returns true if the system should wake in response to wifi traffic.
138 CHROMEOS_EXPORT bool WakeOnWifiEnabled(); 139 CHROMEOS_EXPORT bool WakeOnWifiEnabled();
139 140
140 // Returns true if memory pressure handling is enabled. 141 // Returns true if memory pressure handling is enabled.
141 CHROMEOS_EXPORT bool MemoryPressureHandlingEnabled(); 142 CHROMEOS_EXPORT bool MemoryPressureHandlingEnabled();
142 143
143 // Returns thresholds for determining if the system is under memory pressure. 144 // Returns thresholds for determining if the system is under memory pressure.
144 CHROMEOS_EXPORT base::chromeos::MemoryPressureMonitor::MemoryPressureThresholds 145 CHROMEOS_EXPORT base::chromeos::MemoryPressureMonitor::MemoryPressureThresholds
145 GetMemoryPressureThresholds(); 146 GetMemoryPressureThresholds();
146 147
147 // Returns true if flags are set indicating that stored user keys are being 148 // Returns true if flags are set indicating that stored user keys are being
148 // converted to GAIA IDs. 149 // converted to GAIA IDs.
149 CHROMEOS_EXPORT bool IsGaiaIdMigrationStarted(); 150 CHROMEOS_EXPORT bool IsGaiaIdMigrationStarted();
150 151
151 // Returns true if this is a Cellular First device. 152 // Returns true if this is a Cellular First device.
152 CHROMEOS_EXPORT bool IsCellularFirstDevice(); 153 CHROMEOS_EXPORT bool IsCellularFirstDevice();
153 154
154 } // namespace switches 155 } // namespace switches
155 } // namespace chromeos 156 } // namespace chromeos
156 157
157 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_ 158 #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