Chromium Code Reviews| 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 56b709c056f6d638e4121c36d4f391c1cff9d77c..dbe74ee855ab2c08232faefd5f8f4eee29f80dff 100644 |
| --- a/content/public/browser/content_browser_client.h |
| +++ b/content/public/browser/content_browser_client.h |
| @@ -616,6 +616,10 @@ class CONTENT_EXPORT ContentBrowserClient { |
| // information. |
| virtual LocationProvider* OverrideSystemLocationProvider(); |
| + // Returns true if the location API should use network-based |
| + // location approximation in addition to the sytem provider, if any. |
|
Wez
2016/06/17 05:50:09
typo: sytem
CJ
2016/06/21 22:16:07
Done.
|
| + virtual bool UseNetworkLocationProviders(); |
| + |
| // Creates a new DevToolsManagerDelegate. The caller owns the returned value. |
| // It's valid to return nullptr. |
| virtual DevToolsManagerDelegate* GetDevToolsManagerDelegate(); |