Chromium Code Reviews

Unified Diff: chrome/browser/views/bookmark_bar_view.h

Issue 115910: Allow themes to change the background of the new tab page.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/resources/new_tab_theme.css ('k') | chrome/browser/views/bookmark_bar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/bookmark_bar_view.h
===================================================================
--- chrome/browser/views/bookmark_bar_view.h (revision 17403)
+++ chrome/browser/views/bookmark_bar_view.h (working copy)
@@ -67,6 +67,8 @@
virtual void ModelChanged() = 0;
};
+ static const int kNewtabBarHeight;
+
explicit BookmarkBarView(Profile* profile, Browser* browser);
virtual ~BookmarkBarView();
« no previous file with comments | « chrome/browser/resources/new_tab_theme.css ('k') | chrome/browser/views/bookmark_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine