OLD | NEW |
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 "chromeos/chromeos_switches.h" | 5 #include "chromeos/chromeos_switches.h" |
6 | 6 |
7 namespace chromeos { | 7 namespace chromeos { |
8 namespace switches { | 8 namespace switches { |
9 | 9 |
10 // Path for app's OEM manifest file. | 10 // Path for app's OEM manifest file. |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 | 219 |
220 // Forces first-run UI to be shown for every login. | 220 // Forces first-run UI to be shown for every login. |
221 const char kForceFirstRunUI[] = "force-first-run-ui"; | 221 const char kForceFirstRunUI[] = "force-first-run-ui"; |
222 | 222 |
223 // Enables testing for auto update UI. | 223 // Enables testing for auto update UI. |
224 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; | 224 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; |
225 | 225 |
226 // Enables features required for supervised user sync, | 226 // Enables features required for supervised user sync, |
227 const char kEnableSupervisedPasswordSync[] = "enable-supervised-password-sync"; | 227 const char kEnableSupervisedPasswordSync[] = "enable-supervised-password-sync"; |
228 | 228 |
| 229 // Migrates XKB based keyboards to extension, |
| 230 const char kMigrateXkb[] = "migrate-xkb"; |
| 231 |
229 } // namespace switches | 232 } // namespace switches |
230 } // namespace chromeos | 233 } // namespace chromeos |
OLD | NEW |