| Index: webkit/glue/webview.h
|
| ===================================================================
|
| --- webkit/glue/webview.h (revision 28235)
|
| +++ webkit/glue/webview.h (working copy)
|
| @@ -23,7 +23,6 @@
|
| class GURL;
|
| class WebDevToolsAgent;
|
| class WebViewDelegate;
|
| -struct MediaPlayerAction;
|
|
|
| //
|
| // @class WebView
|
| @@ -81,12 +80,6 @@
|
| // Returns development tools agent instance belonging to this view.
|
| virtual WebDevToolsAgent* GetWebDevToolsAgent() = 0;
|
|
|
| - // Performs an action from a context menu for the node at the given
|
| - // location.
|
| - virtual void MediaPlayerActionAt(int x,
|
| - int y,
|
| - const MediaPlayerAction& action) = 0;
|
| -
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(WebView);
|
| };
|
|
|