Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: components/test_runner/web_test_delegate.h

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark histogram suffix as obsolete Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698