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 f61d02ba8423a5dc2faa79c88c9b0291aa5ea32d..a4b07ceaf9fb09b145319674ae18c5143086218d 100644 |
--- a/content/shell/renderer/layout_test/blink_test_runner.h |
+++ b/content/shell/renderer/layout_test/blink_test_runner.h |
@@ -96,6 +96,10 @@ class BlinkTestRunner : public RenderViewObserver, |
void SetDeviceScaleFactor(float factor) override; |
void SetDeviceColorProfile(const std::string& name) override; |
void SetBluetoothMockDataSet(const std::string& name) override; |
+ void SetBluetoothManualChooser() override; |
+ std::vector<std::string> GetBluetoothManualChooserEvents() override; |
+ void SendBluetoothManualChooserEvent(const std::string& event, |
+ const std::string& argument) override; |
void SetGeofencingMockProvider(bool service_available) override; |
void ClearGeofencingMockProvider() override; |
void SetGeofencingMockPosition(double latitude, double longitude) override; |