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

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

Issue 10107017: Remove requesting_frame parameters from Geolocation stack (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
Index: content/browser/geolocation/location_provider.h
diff --git a/content/browser/geolocation/location_provider.h b/content/browser/geolocation/location_provider.h
index f0f666c3cc2d760eea160babbeeea43baa9964c3..1d845b6a8ebf221e912569a6618ea18134421cac 100644
--- a/content/browser/geolocation/location_provider.h
+++ b/content/browser/geolocation/location_provider.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -75,7 +75,7 @@ class CONTENT_EXPORT LocationProviderBase
virtual void UpdatePosition() {}
// Delegated to the provider by GeolocationArbitrator. See the corresponding
// method on that class for more details.
- virtual void OnPermissionGranted(const GURL& requesting_frame) {}
+ virtual void OnPermissionGranted() {}
bool has_listeners() const;

Powered by Google App Engine
This is Rietveld 408576698