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

Unified Diff: Source/web/WebViewImpl.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 layouttest, fix webkit_unit_tests crash, remove obsolete layout test Created 6 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: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 614d15e52343ce3707cf5c4baf57902773b672bb..d2c419f095fb542ba36345878a54c3c214b51ac7 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -68,7 +68,6 @@ class UserGestureToken;
}
namespace blink {
-class GeolocationClientProxy;
class LinkHighlight;
class PopupContainer;
class WebActiveGestureAnimation;
@@ -700,8 +699,6 @@ private:
bool m_recreatingGraphicsContext;
static const WebInputEvent* m_currentInputEvent;
- OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
-
MediaKeysClientImpl m_mediaKeysClientImpl;
OwnPtr<WebActiveGestureAnimation> m_gestureAnimation;
WebPoint m_positionOnFlingStart;

Powered by Google App Engine
This is Rietveld 408576698