Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 1e708270c10010328590a7dc3693173ebf3bbebd..c817592222a3985b175223b36087a96a568cdb7d 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1272,6 +1272,15 @@ const Experiment kExperiments[] = { |
SINGLE_VALUE_TYPE(switches::kDisableGestureRequirementForMediaPlayback) |
}, |
#endif |
+#if defined(OS_CHROMEOS) |
+ { |
+ "enable-experimental-bluetooth", |
+ IDS_FLAGS_ENABLE_EXPERIMENTAL_BLUETOOTH_NAME, |
+ IDS_FLAGS_ENABLE_EXPERIMENTAL_BLUETOOTH_DESCRIPTION, |
+ kOsCrOS, |
+ SINGLE_VALUE_TYPE(chromeos::switches::kEnableExperimentalBluetooth) |
+ }, |
+#endif |
}; |
const Experiment* experiments = kExperiments; |