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

Unified Diff: chrome/browser/about_flags.cc

Issue 820073009: Re-enables smart deploy by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 11 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 | « chrome/app/generated_resources.grd ('k') | ui/keyboard/keyboard_switches.h » ('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 6a15037a89c372c9ca6a80a6712566838d52e670..1ecdd7522cb69d25c895d348b818b78aa81779d6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1281,11 +1281,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(keyboard::switches::kEnableExperimentalInputViewFeatures)
},
{
- "auto-virtual-keyboard",
- IDS_FLAGS_ENABLE_AUTO_VIRTUAL_KEYBOARD_NAME,
- IDS_FLAGS_ENABLE_AUTO_VIRTUAL_KEYBOARD_DESCRIPTION,
+ "disable-smart-virtual-keyboard",
+ IDS_FLAGS_DISABLE_SMART_VIRTUAL_KEYBOARD_NAME,
+ IDS_FLAGS_DISABLE_SMART_VIRTUAL_KEYBOARD_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(keyboard::switches::kEnableAutoVirtualKeyboard)
+ SINGLE_VALUE_TYPE(keyboard::switches::kDisableSmartVirtualKeyboard)
},
#endif
{
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | ui/keyboard/keyboard_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698