| 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.
|
|
|