Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3808)

Unified Diff: chrome/browser/ui/webui/ntp/new_tab_ui.h

Issue 12217127: Alternate NTP: Show detached bookmark bar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add tests Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698