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

Unified Diff: device/geolocation/location_provider_base.cc

Issue 2226143002: Gets rid of the LocationArbitrator interface, in preference for LocationProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated location_provider_android.h Created 4 years, 4 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: device/geolocation/location_provider_base.cc
diff --git a/device/geolocation/location_provider_base.cc b/device/geolocation/location_provider_base.cc
index 453ea3265c1bcefbbf33db1d3b1f0790909a9db9..a3918fbd2ea3d146fd48171f7d0f5d738f8b1a73 100644
--- a/device/geolocation/location_provider_base.cc
+++ b/device/geolocation/location_provider_base.cc
@@ -20,6 +20,4 @@ void LocationProviderBase::SetUpdateCallback(
callback_ = callback;
}
-void LocationProviderBase::RequestRefresh() {}
-
} // namespace device

Powered by Google App Engine
This is Rietveld 408576698