Index: content/public/renderer/render_view.h |
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h |
index 789b349606da197c6b5d0fdd72b522854a7cfc78..b828c997318a7786dbdf57a3f1c474db1bbbb1d8 100644 |
--- a/content/public/renderer/render_view.h |
+++ b/content/public/renderer/render_view.h |
@@ -87,10 +87,6 @@ class CONTENT_EXPORT RenderView : public IPC::Sender { |
// false if the scrollbars should be hidden. |
virtual bool ShouldDisplayScrollbars(int width, int height) const = 0; |
- // Bitwise-ORed set of extra bindings that have been enabled. See |
- // BindingsPolicy for details. |
- virtual int GetEnabledBindings() const = 0; |
- |
// Whether content state (such as form state, scroll position and page |
// contents) should be sent to the browser immediately. This is normally |
// false, but set to true by some tests. |