| 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 903210a190e2d38baae1811e4fb104cc0235158e..540c05471de630629ab30b32cf47bc5cae5ba0d9 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;
|
| @@ -561,12 +560,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.
|
|
|