| Index: content/shell/renderer/layout_test/blink_test_runner.h
|
| diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
|
| index 21ed33229314c5704f93027b1138ad432791592e..a9d8a004dc8f1c31d508455dd3a0f2a440a79836 100644
|
| --- a/content/shell/renderer/layout_test/blink_test_runner.h
|
| +++ b/content/shell/renderer/layout_test/blink_test_runner.h
|
| @@ -17,6 +17,7 @@
|
| #include "content/public/common/page_state.h"
|
| #include "content/public/renderer/render_view_observer.h"
|
| #include "content/public/renderer/render_view_observer_tracker.h"
|
| +#include "content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom.h"
|
| #include "content/shell/common/shell_test_configuration.h"
|
| #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h"
|
| #include "v8/include/v8.h"
|
| @@ -108,6 +109,8 @@ class BlinkTestRunner : public RenderViewObserver,
|
| void SetDeviceColorProfile(const std::string& name) override;
|
| void EnableUseZoomForDSF() override;
|
| void SetBluetoothMockDataSet(const std::string& name) override;
|
| + void SetBluetoothFakeAdapter(const std::string& adapter_name,
|
| + const base::Closure& callback) override;
|
| void SetBluetoothManualChooser() override;
|
| void GetBluetoothManualChooserEvents(
|
| const base::Callback<void(const std::vector<std::string>&)>& callback)
|
| @@ -198,6 +201,10 @@ class BlinkTestRunner : public RenderViewObserver,
|
| void OnPixelsDumpCompleted(const SkBitmap& snapshot);
|
| void CaptureDumpComplete();
|
|
|
| + mojom::LayoutTestBluetoothFakeAdapterSetterPtr&
|
| + GetBluetoothFakeAdapterSetter();
|
| + mojom::LayoutTestBluetoothFakeAdapterSetterPtr bluetooth_fake_adapter_setter_;
|
| +
|
| test_runner::WebTestProxyBase* proxy_;
|
|
|
| RenderView* focused_view_;
|
|
|