| Index: components/test_runner/web_test_delegate.h
|
| diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
|
| index 2c214e24485fcce475989ea29c1d88b3e97a2ce8..61e2fcbb828f97e3f4223a67a659fb50388eb7da 100644
|
| --- a/components/test_runner/web_test_delegate.h
|
| +++ b/components/test_runner/web_test_delegate.h
|
| @@ -185,17 +185,6 @@ class WebTestDelegate {
|
| virtual void SendBluetoothManualChooserEvent(const std::string& event,
|
| const std::string& argument) = 0;
|
|
|
| - // Enables mock geofencing service while running a layout test.
|
| - // |service_available| indicates if the mock service should mock geofencing
|
| - // being available or not.
|
| - virtual void SetGeofencingMockProvider(bool service_available) = 0;
|
| -
|
| - // Disables mock geofencing service while running a layout test.
|
| - virtual void ClearGeofencingMockProvider() = 0;
|
| -
|
| - // Set the mock geofencing position while running a layout test.
|
| - virtual void SetGeofencingMockPosition(double latitude, double longitude) = 0;
|
| -
|
| // Controls which WebView should be focused.
|
| virtual void SetFocus(blink::WebView* web_view, bool focus) = 0;
|
|
|
|
|