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

Unified Diff: content/public/browser/content_browser_client.h

Issue 2028823002: Refactor to make BlimpLocationProvider accessible to content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/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..ca0301bf59e2f8b4f7afa4c3eb969d71be91996f 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -621,6 +621,11 @@ 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
Charlie Reis 2016/05/31 21:44:18 nit: s/Called when/Should return a non-null value
CJ 2016/05/31 22:17:19 Done.
+ // would be unsuitable.
+ virtual LocationProvider* SoleLocationProvider();
Charlie Reis 2016/05/31 21:44:18 nit: GetSoleLocationProvider
CJ 2016/05/31 22:17:19 Done.
+
// Creates a new DevToolsManagerDelegate. The caller owns the returned value.
// It's valid to return nullptr.
virtual DevToolsManagerDelegate* GetDevToolsManagerDelegate();
« no previous file with comments | « content/browser/geolocation/location_arbitrator_impl.cc ('k') | content/public/browser/content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698