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

Unified Diff: chrome/browser/about_flags.cc

Issue 2869773003: Remove unused flag 'kDisableSmartVirtualKeyboard' and associated code. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « ash/virtual_keyboard_controller.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 333dbe006df7462a243584b050ea2da6b0e7465c..c182c8363c6a5cf8146f9b2ee535faade332c25e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1466,10 +1466,6 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kFloatingVirtualKeyboardName,
flag_descriptions::kFloatingVirtualKeyboardDescription, kOsCrOS,
SINGLE_VALUE_TYPE(keyboard::switches::kEnableFloatingVirtualKeyboard)},
- {"smart-virtual-keyboard", flag_descriptions::kSmartVirtualKeyboardName,
- flag_descriptions::kSmartVirtualKeyboardDescription, kOsCrOS,
yhanada 2017/05/10 01:03:58 Could you also remove flag_descriptions::kSmartVir
Blake 2017/05/10 01:28:16 Done.
- SINGLE_DISABLE_VALUE_TYPE(
- keyboard::switches::kDisableSmartVirtualKeyboard)},
{"gesture-typing", flag_descriptions::kGestureTypingName,
flag_descriptions::kGestureTypingDescription, kOsCrOS,
SINGLE_DISABLE_VALUE_TYPE(keyboard::switches::kDisableGestureTyping)},
« no previous file with comments | « ash/virtual_keyboard_controller.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698