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

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

Issue 10107017: Remove requesting_frame parameters from Geolocation stack (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comment addressed. Created 8 years, 8 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/win7_location_provider_win.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/win7_location_provider_win.cc
diff --git a/content/browser/geolocation/win7_location_provider_win.cc b/content/browser/geolocation/win7_location_provider_win.cc
index 927c053091b12d54f00db19ed72c294c8399371e..cfcf3f35158747e8e9e73066db60d785ded22394 100644
--- a/content/browser/geolocation/win7_location_provider_win.cc
+++ b/content/browser/geolocation/win7_location_provider_win.cc
@@ -75,10 +75,6 @@ void Win7LocationProvider::UpdatePosition() {
ScheduleNextPoll(0);
}
-void Win7LocationProvider::OnPermissionGranted(
- const GURL& requesting_frame) {
-}
-
void Win7LocationProvider::DoPollTask() {
Geoposition new_position;
api_->GetPosition(&new_position);
« no previous file with comments | « content/browser/geolocation/win7_location_provider_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698