From 7895ea23e75075fd6f9fe5a6c3dfb17d3456b208 Mon Sep 17 00:00:00 2001 From: "glen@chromium.org" Date: Tue, 2 Jun 2009 20:53:50 +0000 Subject: Allow themes to change the background of the new tab page. Adds support for display properties to themes (stored internally as ints/enums, but parsed from text). BUG=12768 TEST=Install a theme with an new tab page background and verify that the background appears on the new tab page. Review URL: http://codereview.chromium.org/115910 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17431 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/bookmark_bar_view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/views/bookmark_bar_view.h') diff --git a/chrome/browser/views/bookmark_bar_view.h b/chrome/browser/views/bookmark_bar_view.h index c32951c..23f98e3 100644 --- a/chrome/browser/views/bookmark_bar_view.h +++ b/chrome/browser/views/bookmark_bar_view.h @@ -67,6 +67,8 @@ class BookmarkBarView : public views::View, virtual void ModelChanged() = 0; }; + static const int kNewtabBarHeight; + explicit BookmarkBarView(Profile* profile, Browser* browser); virtual ~BookmarkBarView(); -- cgit v1.1