| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index cf5d2eb3000299862be0d08a495b54a0633bfa59..3939bc08be9fa9ebcb68c07235f4117d624a6efc 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -616,10 +616,9 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // information.
|
| virtual LocationProvider* OverrideSystemLocationProvider();
|
|
|
| - // Allows an embedder to return its own LocationProvider to be used as
|
| - // its sole LocationProvider. Called when any other LocationProvider
|
| - // would be unsuitable.
|
| - virtual LocationProvider* SoleLocationProvider();
|
| + // Returns true if the location API should use network-based
|
| + // location approximation.
|
| + virtual bool UseNetworkLocationProviders();
|
|
|
| // Creates a new DevToolsManagerDelegate. The caller owns the returned value.
|
| // It's valid to return nullptr.
|
|
|