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

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: Merge branch 'master' into lai 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
« no previous file with comments | « device/geolocation/location_provider_base.h ('k') | device/geolocation/mock_location_arbitrator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « device/geolocation/location_provider_base.h ('k') | device/geolocation/mock_location_arbitrator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698