Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 7cdb321b1fa4d048b90df9de85bf90603e333999..dbe639bd88503773c08e068725bb1e98f250fe2d 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -372,7 +372,6 @@ class CONTENT_EXPORT RenderViewImpl |
blink::WebView* GetWebView() override; |
blink::WebFrameWidget* GetWebFrameWidget() override; |
bool ShouldDisplayScrollbars(int width, int height) const override; |
- int GetEnabledBindings() const override; |
bool GetContentStateImmediately() const override; |
void Repaint(const gfx::Size& size) override; |
void SetEditCommandForNextKeyEvent(const std::string& name, |
@@ -525,7 +524,6 @@ class CONTENT_EXPORT RenderViewImpl |
void OnExecuteEditCommand(const std::string& name, const std::string& value); |
void OnMoveCaret(const gfx::Point& point); |
void OnScrollFocusedEditableNodeIntoRect(const gfx::Rect& rect); |
- void OnAllowBindings(int enabled_bindings_flags); |
void OnAllowScriptToClose(bool script_can_close); |
void OnCancelDownload(int32_t download_id); |
void OnClosePage(); |