| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 17d5bfca92cec8dc6ee75cd7f9bddaab3d36a6ef..a3fc227edcae2d2d69b5a00ef74ca9125c30035e 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1537,7 +1537,8 @@ void WebLocalFrameImpl::setCoreFrame(PassRefPtrWillBeRawPtr<LocalFrame> frame)
|
|
|
| bool enableWebBluetooth = RuntimeEnabledFeatures::webBluetoothEnabled();
|
| #if OS(CHROMEOS) || OS(ANDROID)
|
| - enableWebBluetooth = true;
|
| +// TODO(https://crbug.com/584113) Enable Web Bluetooth Experiment.
|
| +// enableWebBluetooth = true;
|
| #endif
|
|
|
| if (enableWebBluetooth) {
|
|
|