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

Unified Diff: content/browser/geolocation/mock_location_arbitrator.cc

Issue 65273002: Add a mechanism to pause and resume geolocation requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wire up onPause/onResume Created 7 years, 1 month 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: content/browser/geolocation/mock_location_arbitrator.cc
diff --git a/content/browser/geolocation/mock_location_arbitrator.cc b/content/browser/geolocation/mock_location_arbitrator.cc
index f48915e07f12a1e3ab79af67fcc6e62c81e6abe9..582f0a6f916675a2163be63d13502ab6e5abd0fb 100644
--- a/content/browser/geolocation/mock_location_arbitrator.cc
+++ b/content/browser/geolocation/mock_location_arbitrator.cc
@@ -30,4 +30,10 @@ bool MockLocationArbitrator::HasPermissionBeenGranted() const {
return permission_granted_;
}
+void MockLocationArbitrator::PauseProviders() {
+}
+
+void MockLocationArbitrator::ResumeProviders() {
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698