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

Unified Diff: ui/base/ui_base_switches.h

Issue 2871243003: Enable new-virtual-keyboard-behavior flag by default. (Closed)
Patch Set: rebase 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
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[];
UI_BASE_EXPORT extern const char kExtendMdToSecondaryUi[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698