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

Unified Diff: chrome/browser/about_flags.cc

Issue 8679023: Add about:flags for enabling gamepad. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix capitalization on name, and improve description Created 9 years, 1 month 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
« chrome/app/generated_resources.grd ('K') | « chrome/app/generated_resources.grd ('k') | no next file » | 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 ff02af382d71509c285957a32b5d65c36c350e40..5d27dd75970932169ccd1cac043730869ea48821 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -434,6 +434,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kAuraWindows)
},
#endif
+ {
+ "enable-gamepad",
+ IDS_FLAGS_ENABLE_GAMEPAD_NAME,
+ IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION,
+ kOsWin,
Nico 2011/11/24 22:06:41 Any ETA for other platforms? :-)
+ SINGLE_VALUE_TYPE(switches::kEnableGamepad)
+ },
};
const Experiment* experiments = kExperiments;
« chrome/app/generated_resources.grd ('K') | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698