Chromium Code Reviews| 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)) |
|
jochen (gone - plz use gerrit)
2015/05/15 06:11:32
this should be in chrome/renderer/chrome_render_pr
ortuno
2015/05/15 16:31:14
Why? If we are extracting the feature from Experim
|
| + WebRuntimeFeatures::enableWebBluetooth(true); |
| + |
| SetRuntimeFeatureDefaultsForPlatform(); |
| if (command_line.HasSwitch(switches::kDisableDatabases)) |