| Index: content/public/browser/render_view_host.h
|
| diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
|
| index fabeed37083dc6bd5ccb4d9e647cd8bef4eda988..99f45a64d98d04230ad17c94089412951f0f3c2c 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -162,20 +162,6 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost {
|
| const gfx::Point& location,
|
| const blink::WebMediaPlayerAction& action) = 0;
|
|
|
| - // Runs some javascript within the context of a frame in the page.
|
| - // OBSOLETE; DO NOT USE! Use RenderFrameHost::ExecuteJavaScript instead.
|
| - virtual void ExecuteJavascriptInWebFrame(const base::string16& frame_xpath,
|
| - const base::string16& jscript) = 0;
|
| -
|
| - // Runs some javascript within the context of a frame in the page. The result
|
| - // is sent back via the provided callback.
|
| - // OBSOLETE; DO NOT USE! Use RenderFrameHost::ExecuteJavaScript instead.
|
| - typedef base::Callback<void(const base::Value*)> JavascriptResultCallback;
|
| - virtual void ExecuteJavascriptInWebFrameCallbackResult(
|
| - const base::string16& frame_xpath,
|
| - const base::string16& jscript,
|
| - const JavascriptResultCallback& callback) = 0;
|
| -
|
| // Tells the renderer to perform the given action on the plugin located at
|
| // the given point.
|
| virtual void ExecutePluginActionAtLocation(
|
|
|