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

Unified Diff: content/browser/geolocation/location_arbitrator.h

Issue 2028823002: Refactor to make BlimpLocationProvider accessible to content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Makes testing override location provider accessible Created 4 years, 6 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: content/browser/geolocation/location_arbitrator.h
diff --git a/content/browser/geolocation/location_arbitrator.h b/content/browser/geolocation/location_arbitrator.h
index 3f9c6326e223884ec895429cfb2ce1eb59c2e7c2..7f550ae4df3d060d307c67d88126f842c7a9f594 100644
--- a/content/browser/geolocation/location_arbitrator.h
+++ b/content/browser/geolocation/location_arbitrator.h
@@ -17,7 +17,7 @@ public:
virtual ~LocationArbitrator() {};
// See more details in geolocation_provider.
- virtual void StartProviders(bool enable_high_accuracy) = 0;
+ virtual void StartProviders(bool enable_high_accuracy, bool use_network) = 0;
Michael van Ouwerkerk 2016/06/06 17:17:28 I'm not yet convinced that adding a bool here is t
Kevin M 2016/06/08 20:47:25 +1
virtual void StopProviders() = 0;
// Called everytime permission is granted to a page for using geolocation.

Powered by Google App Engine
This is Rietveld 408576698