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

Unified Diff: ui/base/ui_base_switches.h

Issue 2871243003: Enable new-virtual-keyboard-behavior flag by default. (Closed)
Patch Set: address oshima@'s comments 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 | « tools/metrics/histograms/enums.xml ('k') | ui/base/ui_base_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base_switches.h
diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h
index eb581ac9f155becb09a236ad28584ea2ac5f676f..d6ebcecd84a0d3523a18ba215b38616704eca3d2 100644
--- a/ui/base/ui_base_switches.h
+++ b/ui/base/ui_base_switches.h
@@ -38,7 +38,7 @@ UI_BASE_EXPORT extern const char kTopChromeMD[];
UI_BASE_EXPORT extern const char kTopChromeMDMaterial[];
UI_BASE_EXPORT extern const char kTopChromeMDMaterialHybrid[];
UI_BASE_EXPORT extern const char kTopChromeMDNonMaterial[];
-UI_BASE_EXPORT extern const char kUseNewVirtualKeyboardBehavior[];
+UI_BASE_EXPORT extern const char kDisableNewVirtualKeyboardBehavior[];
sky 2017/05/17 18:07:25 Keep sorted please.
yhanada 2017/05/18 01:59:35 Done.
UI_BASE_EXPORT extern const char kExtendMdToSecondaryUi[];
} // namespace switches
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | ui/base/ui_base_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698