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

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: move to unit_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 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; }

Powered by Google App Engine
This is Rietveld 408576698