diff options
Diffstat (limited to 'chrome/browser/ui/webui/chrome_web_ui.h')
| -rw-r--r-- | chrome/browser/ui/webui/chrome_web_ui.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/webui/chrome_web_ui.h b/chrome/browser/ui/webui/chrome_web_ui.h index 5516a30..b95aa70 100644 --- a/chrome/browser/ui/webui/chrome_web_ui.h +++ b/chrome/browser/ui/webui/chrome_web_ui.h @@ -18,10 +18,6 @@ class ChromeWebUI : public WebUI { // Returns the profile for this WebUI. Profile* GetProfile() const; - // Returns true if the bookmark bar can be displayed over this webui, - // detached from the location bar. - virtual bool CanShowBookmarkBar() const; - // Overridden from WebUI: virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE; |
