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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 1367853002: Move GeolocationDispatcher into blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 7e531182a4165f42128fc4f058a15f7b652a1417..a6652234250be384d3de270b3ad8883fe7138ec3 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -48,7 +48,6 @@
namespace blink {
class ChromePrintContext;
-class GeolocationClientProxy;
class IntSize;
class KURL;
class Range;
@@ -383,8 +382,6 @@ private:
UserMediaClientImpl m_userMediaClientImpl;
- Member<GeolocationClientProxy> m_geolocationClientProxy;
-
WebDevToolsFrontendImpl* m_webDevToolsFrontend;
Member<Node> m_contextMenuNode;

Powered by Google App Engine
This is Rietveld 408576698