| 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 bdb9f83799b35ebb9e31f8519a1466cb35af12bf..feca0bd7c906ad2507e533472df5346ca5048aa4 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1546,7 +1546,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) {
|
|
|