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

Unified Diff: chrome/browser/about_flags.cc

Issue 8899017: Add gamepad data fetcher for Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better so load Created 9 years 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c983e2d0047e35dc102e79dba389a8d65da5cb56..4b6a7ca231af16fb673220f3c82735c351369bc3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -442,7 +442,7 @@ const Experiment kExperiments[] = {
"enable-gamepad",
IDS_FLAGS_ENABLE_GAMEPAD_NAME,
IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION,
- kOsMac | kOsWin,
+ kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableGamepad)
},
#if defined(USE_AURA)
« no previous file with comments | « no previous file | content/browser/gamepad/data_fetcher_linux.h » ('j') | content/browser/gamepad/gamepad_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698