| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index a2a03592fe02d03e3de4e0172b471ad31f5524aa..cf0d4b67f578eb35db0e31804c77dd34a20e52be 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -86,7 +86,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| RenderProcessHost* GetProcess() const override;
|
| int GetRoutingID() const override;
|
| RenderFrameHost* GetMainFrame() override;
|
| - void AllowBindings(int binding_flags) override;
|
| void ClearFocusedElement() override;
|
| bool IsFocusedElementEditable() override;
|
| void DirectoryEnumerationFinished(
|
| @@ -104,7 +103,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| const gfx::Point& location,
|
| const blink::WebPluginAction& action) override;
|
| RenderViewHostDelegate* GetDelegate() const override;
|
| - int GetEnabledBindings() const override;
|
| SiteInstanceImpl* GetSiteInstance() const override;
|
| bool IsRenderViewLive() const override;
|
| void NotifyMoveOrResizeStarted() override;
|
| @@ -288,10 +286,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| // over time.
|
| scoped_refptr<SiteInstanceImpl> instance_;
|
|
|
| - // A bitwise OR of bindings types that have been enabled for this RenderView.
|
| - // See BindingsPolicy for details.
|
| - int enabled_bindings_;
|
| -
|
| // Tracks whether this RenderViewHost is in an active state. False if the
|
| // main frame is pending swap out, pending deletion, or swapped out, because
|
| // it is not visible to the user in any of these cases.
|
|
|