Index: content/browser/web_contents/web_contents_impl.h |
=================================================================== |
--- content/browser/web_contents/web_contents_impl.h (revision 193436) |
+++ content/browser/web_contents/web_contents_impl.h (working copy) |
@@ -259,7 +259,6 @@ |
virtual int GetMaximumZoomPercent() const OVERRIDE; |
virtual gfx::Size GetPreferredSize() const OVERRIDE; |
virtual int GetContentRestrictions() const OVERRIDE; |
- virtual WebUI* GetWebUIForCurrentState() OVERRIDE; |
virtual bool GotResponseToLockMouseRequest(bool allowed) OVERRIDE; |
virtual bool HasOpener() const OVERRIDE; |
virtual void DidChooseColorInColorChooser(int color_chooser_id, |