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

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, 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: 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 6cc2b53e7e13df9f672446230feaa58486cf3454..eee606b439cb10dff148f25188180f108421edff 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;
@@ -382,8 +381,6 @@ private:
UserMediaClientImpl m_userMediaClientImpl;
- Member<GeolocationClientProxy> m_geolocationClientProxy;
-
WebDevToolsFrontendImpl* m_webDevToolsFrontend;
Member<Node> m_contextMenuNode;
« no previous file with comments | « third_party/WebKit/Source/web/WebGeolocationPosition.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698