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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.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/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 58a80ba926f22dee7aa9b11a8c5e4957d4fa2b8c..247f64e2983694464119664fe5f4d1893d978798 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -76,7 +76,6 @@ class WebEncryptedMediaClient;
class WebExternalPopupMenu;
class WebExternalPopupMenuClient;
class WebFormElement;
-class WebGeolocationClient;
class WebInstalledAppClient;
class WebMediaPlayer;
class WebMediaPlayerClient;
@@ -562,12 +561,6 @@ public:
// A WebSocket object is going to open a new WebSocket connection.
virtual void willOpenWebSocket(WebSocketHandle*) { }
- // Geolocation ---------------------------------------------------------
-
- // Access the embedder API for (client-based) geolocation client .
- virtual WebGeolocationClient* geolocationClient() { return 0; }
-
-
// MediaStream -----------------------------------------------------
// A new WebRTCPeerConnectionHandler is created.

Powered by Google App Engine
This is Rietveld 408576698