summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bookmark_bar_folder_view.h
diff options
context:
space:
mode:
authormrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 17:24:00 +0000
committermrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 17:24:00 +0000
commit99afaa77ff54c0ce39b6e3032a362aeade8aac4f (patch)
treebe480bc954d52396408fec468f01766786a2ecab /chrome/browser/cocoa/bookmark_bar_folder_view.h
parentd0af0e41aa9f536bc9bc47872117eb65979cd015 (diff)
downloadchromium_src-99afaa77ff54c0ce39b6e3032a362aeade8aac4f.zip
chromium_src-99afaa77ff54c0ce39b6e3032a362aeade8aac4f.tar.gz
chromium_src-99afaa77ff54c0ce39b6e3032a362aeade8aac4f.tar.bz2
Revert 43041 - Remove the themeing from the folder menu background, text in the folder menu items, and no longer needed calls.
I found an easier, simpler change. BUG=39428 TEST=Pop up a folder menu and insure that the background does not adopt any theme settings. Review URL: http://codereview.chromium.org/1548003 TBR=mrossetti@chromium.org Review URL: http://codereview.chromium.org/1596001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43096 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/bookmark_bar_folder_view.h')
-rw-r--r--chrome/browser/cocoa/bookmark_bar_folder_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/bookmark_bar_folder_view.h b/chrome/browser/cocoa/bookmark_bar_folder_view.h
index d100425..a8fe85b 100644
--- a/chrome/browser/cocoa/bookmark_bar_folder_view.h
+++ b/chrome/browser/cocoa/bookmark_bar_folder_view.h
@@ -9,7 +9,7 @@
// Main content view for a bookmark bar folder "menu" window. This is
// logically similar to a BookmarkBarView but is oriented vertically.
-@interface BookmarkBarFolderView : NSView {
+@interface BookmarkBarFolderView : BackgroundGradientView {
@private
BOOL inDrag_; // Are we in the middle of a drag?
BOOL dropIndicatorShown_;