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

Unified Diff: ash/accelerators/accelerator_table.cc

Issue 2068333002: Disable the deprecated Alt+Shift for NEXT_IME (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: ash/accelerators/accelerator_table.cc
diff --git a/ash/accelerators/accelerator_table.cc b/ash/accelerators/accelerator_table.cc
index 0fc0901e4ea81314881269fc23ee325d82684347..851d667a29adc040c3b66f1c1a51c6159bd68f37 100644
--- a/ash/accelerators/accelerator_table.cc
+++ b/ash/accelerators/accelerator_table.cc
@@ -246,7 +246,7 @@ const DeprecatedAcceleratorData kDeprecatedAcceleratorsData[] = {
IDS_DEPRECATED_NEXT_IME_MSG,
IDS_SHORTCUT_NEXT_IME_OLD,
IDS_SHORTCUT_NEXT_IME_NEW,
- true
+ false // Old accelerator has been disabled.
}
};

Powered by Google App Engine
This is Rietveld 408576698