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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 028b30adffdf0235f72fedf7d02edb14dcc8d8c3..8f0ee09ad74a626f495fc986f3f579bdfa77b67f 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -226,5 +226,8 @@ const char kTestAutoUpdateUI[] = "test-auto-update-ui";
// Enables features required for supervised user sync,
const char kEnableSupervisedPasswordSync[] = "enable-supervised-password-sync";
+// Migrates XKB based keyboards to extension,
+const char kMigrateXkb[] = "migrate-xkb";
+
} // namespace switches
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698