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

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

Issue 10332091: Fix override of LocationProviderBase::OnPermissionGranted() in LocationProviderAndroid (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | content/browser/geolocation/location_provider_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/geolocation/location_provider_android.h
diff --git a/content/browser/geolocation/location_provider_android.h b/content/browser/geolocation/location_provider_android.h
index 748bca1b9ac9fa29922897f2d84141a3abcf8079..4a86d8cfa6487bb15bde4e904e8df5d928a07cf8 100644
--- a/content/browser/geolocation/location_provider_android.h
+++ b/content/browser/geolocation/location_provider_android.h
@@ -26,7 +26,7 @@ class LocationProviderAndroid : public LocationProviderBase {
virtual void StopProvider() OVERRIDE;
virtual void GetPosition(content::Geoposition* position) OVERRIDE;
virtual void UpdatePosition() OVERRIDE;
- virtual void OnPermissionGranted(const GURL& requesting_frame) OVERRIDE;
+ virtual void OnPermissionGranted() OVERRIDE;
private:
content::Geoposition last_position_;
« no previous file with comments | « no previous file | content/browser/geolocation/location_provider_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698