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 7a61399c7d788336dfba16b3a9796183d0ef96da..da245d5c357595023fb1041c1896a074e6a48686 100644 |
| --- a/content/public/browser/content_browser_client.h |
| +++ b/content/public/browser/content_browser_client.h |
| @@ -621,6 +621,10 @@ class CONTENT_EXPORT ContentBrowserClient { |
| // information. |
| virtual LocationProvider* OverrideSystemLocationProvider(); |
| + // If false, indicates that LocationProviders normally used by a process |
|
Kevin M
2016/05/31 23:43:55
Can you phrase this in a positive sense?
CJ
2016/05/31 23:51:24
Done.
|
| + // should not be used. |
| + virtual bool UseDefaultLocationProviders(); |
| + |
| // Creates a new DevToolsManagerDelegate. The caller owns the returned value. |
| // It's valid to return nullptr. |
| virtual DevToolsManagerDelegate* GetDevToolsManagerDelegate(); |