Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 7fae7425685ad68bc8661da9d64e9d71fb64cdda..271662a31f91dbf8a5daf33a1e23ba98bcbc1fdd 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -92,6 +92,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures)) |
WebRuntimeFeatures::enableExperimentalFeatures(true); |
+ if (command_line.HasSwitch(switches::kEnableWebBluetooth)) |
+ WebRuntimeFeatures::enableWebBluetooth(true); |
+ |
SetRuntimeFeatureDefaultsForPlatform(); |
if (command_line.HasSwitch(switches::kDisableDatabases)) |