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

Unified Diff: chrome/browser/about_flags.cc

Issue 173803002: Redesigns the text input focus handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced. Created 6 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 | « chrome/app/generated_resources.grd ('k') | chrome/chrome_tests.gypi » ('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 40d682bc94e818eacec980123ea8ce54828ae7bf..6f6c9e37e06774b952edbe9b7e0238ad80b4c976 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1858,6 +1858,16 @@ const Experiment kExperiments[] = {
kOsAll,
MULTI_VALUE_TYPE(kDistanceFieldTextChoices)
},
+#if defined(USE_AURA)
+ {
+ "text-input-focus-manager",
+ IDS_FLAGS_TEXT_INPUT_FOCUS_MANAGER_NAME,
+ IDS_FLAGS_TEXT_INPUT_FOCUS_MANAGER_DESCRIPTION,
+ kOsCrOS | kOsLinux | kOsWin,
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableTextInputFocusManager,
+ switches::kDisableTextInputFocusManager)
+ },
+#endif
};
const Experiment* experiments = kExperiments;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698