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; |