| Index: components/test_runner/test_runner.h
|
| diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
|
| index a22a5dbc2efe6ec867598f6692843633e4349b31..e687160c444cc89bc43982f22a298d8dfa7a6336 100644
|
| --- a/components/test_runner/test_runner.h
|
| +++ b/components/test_runner/test_runner.h
|
| @@ -484,17 +484,6 @@ class TestRunner : public WebTestRunner {
|
| // Converts a URL starting with file:///tmp/ to the local mapping.
|
| std::string PathToLocalResource(const std::string& path);
|
|
|
| - // Enables mock geofencing service while running a layout test.
|
| - // |service_available| indicates if the mock service should mock geofencing
|
| - // being available or not.
|
| - void SetGeofencingMockProvider(bool service_available);
|
| -
|
| - // Disables mock geofencing service while running a layout test.
|
| - void ClearGeofencingMockProvider();
|
| -
|
| - // Set the mock geofencing position while running a layout test.
|
| - void SetGeofencingMockPosition(double latitude, double longitude);
|
| -
|
| // Sets the permission's |name| to |value| for a given {origin, embedder}
|
| // tuple.
|
| void SetPermission(const std::string& name,
|
|
|