Index: chrome/browser/ui/webui/ntp/new_tab_ui.h |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
index 8f89ade3bcf5865355e8b56cee2cf002a2d4a3e4..8f55256ac8b611c6e90ad1380b328177d0a06cd6 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.h |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
@@ -60,10 +60,6 @@ class NewTabUI : public content::WebUIController, |
virtual void RenderViewReused( |
content::RenderViewHost* render_view_host) OVERRIDE; |
- // Returns true if the bookmark bar can be displayed over this webui, detached |
- // from the location bar. |
- bool CanShowBookmarkBar() const; |
- |
bool showing_sync_bubble() { return showing_sync_bubble_; } |
void set_showing_sync_bubble(bool showing) { showing_sync_bubble_ = showing; } |