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

Unified Diff: components/test_runner/test_runner.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
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,
« no previous file with comments | « chrome/browser/browsing_data/browsing_data_remover_unittest.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698