| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 7e5c6323e06821ea3792b898d4dcd483d8078ca7..2e80f1d65c65be10ac704760ac05660b376c630f 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -855,11 +855,6 @@ class CONTENT_EXPORT RenderViewImpl
|
| // Called when the "pinned to left/right edge" state needs to be updated.
|
| void UpdateScrollState(blink::WebFrame* frame);
|
|
|
| - void EvaluateScript(const base::string16& frame_xpath,
|
| - const base::string16& jscript,
|
| - int id,
|
| - bool notify_result);
|
| -
|
| // IPC message handlers ------------------------------------------------------
|
| //
|
| // The documentation for these functions should be in
|
| @@ -924,10 +919,6 @@ class CONTENT_EXPORT RenderViewImpl
|
| void OnReleaseDisambiguationPopupDIB(TransportDIB::Handle dib_handle);
|
| void OnReloadFrame();
|
| void OnResetPageEncodingToDefault();
|
| - void OnScriptEvalRequest(const base::string16& frame_xpath,
|
| - const base::string16& jscript,
|
| - int id,
|
| - bool notify_result);
|
| void OnSetAccessibilityMode(AccessibilityMode new_mode);
|
| void OnSetActive(bool active);
|
| void OnSetBackground(const SkBitmap& background);
|
|
|