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

Unified Diff: chrome/browser/flag_descriptions.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: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 3184daab40c4b1f50ee7fdf6fd097419e0d5c7ce..807e2e42fb9f6f472d7d3c4b5a83dc79b33494bc 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1207,6 +1207,9 @@ extern const char kCrosRegionsModeHide[];
extern const char kDisableNativeCupsName[];
extern const char kDisableNativeCupsDescription[];
+extern const char kDisableNewVirtualKeyboardBehaviorName[];
+extern const char kDisableNewVirtualKeyboardBehaviorDescription[];
+
extern const char kDisableSystemTimezoneAutomaticDetectionName[];
extern const char kDisableSystemTimezoneAutomaticDetectionDescription[];

Powered by Google App Engine
This is Rietveld 408576698