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

Unified Diff: Source/modules/geolocation/Geolocation.h

Issue 256843004: Get the WebGeolocationClient from WebFrameClient instead of WebViewClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix linking errors Created 6 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
Index: Source/modules/geolocation/Geolocation.h
diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h
index aac764f9d66cc1d2f269ef4e8969ebf2b939a811..540da45b66c6f0823fc70ca0829c621a63c50a46 100644
--- a/Source/modules/geolocation/Geolocation.h
+++ b/Source/modules/geolocation/Geolocation.h
@@ -44,7 +44,6 @@ class LocalFrame;
class GeolocationController;
class GeolocationError;
class GeolocationPosition;
-class Page;
class ExecutionContext;
class Geolocation FINAL : public RefCountedWillBeGarbageCollectedFinalized<Geolocation>, public ScriptWrappable, public ActiveDOMObject
@@ -88,8 +87,6 @@ private:
explicit Geolocation(ExecutionContext*);
- Page* page() const;
-
// Holds the success and error callbacks and the options that were provided
// when a oneshot or watcher were created. Also, if specified in the
// options, manages a timer to limit the time to wait for the system to
« no previous file with comments | « no previous file | Source/modules/geolocation/Geolocation.cpp » ('j') | Source/modules/geolocation/testing/InternalsGeolocation.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698