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

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

Issue 1367853002: Move GeolocationDispatcher into blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: third_party/WebKit/Source/modules/geolocation/Geolocation.h
diff --git a/third_party/WebKit/Source/modules/geolocation/Geolocation.h b/third_party/WebKit/Source/modules/geolocation/Geolocation.h
index e4aed045f52a159b4f269b9c530478332a671486..1190abadd783939fced5244883af36a237793a07 100644
--- a/third_party/WebKit/Source/modules/geolocation/Geolocation.h
+++ b/third_party/WebKit/Source/modules/geolocation/Geolocation.h
@@ -44,6 +44,7 @@ namespace blink {
class Document;
class LocalFrame;
+class GeolocationController;
class GeolocationError;
class ExecutionContext;
@@ -186,6 +187,8 @@ private:
Permission m_geolocationPermission;
GeoNotifierSet m_requestsAwaitingCachedPosition;
+
+ Member<GeolocationController> m_controller;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698