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

Unified Diff: Source/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index cf0712d99101fc82340d56a6e6ff9125ed0e597a..364b8e777e21cce40c9ea32be6fe1ec1c6407715 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -59,6 +59,7 @@ struct WindowFeatures;
namespace blink {
class ChromePrintContext;
+class GeolocationClientProxy;
class SharedWorkerRepositoryClientImpl;
class TextFinder;
class WebDataSourceImpl;
@@ -375,6 +376,8 @@ private:
NotificationPresenterImpl m_notificationPresenter;
UserMediaClientImpl m_userMediaClientImpl;
+
+ OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
};
DEFINE_TYPE_CASTS(WebLocalFrameImpl, WebFrame, frame, frame->isWebLocalFrame(), frame.isWebLocalFrame());

Powered by Google App Engine
This is Rietveld 408576698