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

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

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 | « content/browser/geolocation/location_provider_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/geolocation/location_provider_android.cc
diff --git a/content/browser/geolocation/location_provider_android.cc b/content/browser/geolocation/location_provider_android.cc
index 8628679754faf0594b2bf1afd79d7b1e1fe76252..a185422893b9ab3e20db3e20b3622f96853f97a2 100644
--- a/content/browser/geolocation/location_provider_android.cc
+++ b/content/browser/geolocation/location_provider_android.cc
@@ -38,8 +38,7 @@ void LocationProviderAndroid::UpdatePosition() {
// Nothing to do here, android framework will call us back on new position.
}
-void LocationProviderAndroid::OnPermissionGranted(
- const GURL& requesting_frame) {
+void LocationProviderAndroid::OnPermissionGranted() {
// Nothing to do here.
}
« no previous file with comments | « content/browser/geolocation/location_provider_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698