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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 178343005: [IME] migrate the xkb ID to extension based xkb ID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests failures for when the flag is true and false. Created 6 years, 9 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
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 "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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698