| 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 1498eac9948b1dc7cbea9d05636d6da1a77c4d1f..89bf158e4c7f01b197e7687911be3b54d26ec184 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; }
|
|
|
|
|