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

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

Issue 2127973002: Geolocation: change GeolocationDelegate to injected by content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplified shell_content_browser_client.cc Created 4 years, 5 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
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/geolocation/geolocation_provider_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/geolocation/geolocation_provider_impl.h
diff --git a/content/browser/geolocation/geolocation_provider_impl.h b/content/browser/geolocation/geolocation_provider_impl.h
index 3a6e77950ef8b620399e58235d19aded734a6e86..b7c7e9dcbc9ed7681dad836f2f831a8500e88475 100644
--- a/content/browser/geolocation/geolocation_provider_impl.h
+++ b/content/browser/geolocation/geolocation_provider_impl.h
@@ -22,7 +22,6 @@ template<typename Type> struct DefaultSingletonTraits;
}
namespace content {
-class GeolocationDelegate;
class LocationArbitrator;
class CONTENT_EXPORT GeolocationProviderImpl
@@ -92,9 +91,6 @@ class CONTENT_EXPORT GeolocationProviderImpl
// True only in testing, where we want to use a custom position.
bool ignore_location_updates_;
- // The system provided Delegate for the |arbitrator_|.
- std::unique_ptr<GeolocationDelegate> delegate_;
-
// Only to be used on the geolocation thread.
std::unique_ptr<LocationArbitrator> arbitrator_;
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/geolocation/geolocation_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698