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

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

Issue 164276: Mask the close button on the download shelf so that it's visible even in dark... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/views/download_shelf_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/download_shelf_view.h
===================================================================
--- chrome/browser/views/download_shelf_view.h (revision 22523)
+++ chrome/browser/views/download_shelf_view.h (working copy)
@@ -81,6 +81,12 @@
// Returns true if the shelf is wide enough to show the first download item.
bool CanFitFirstDownloadItem();
+ // Called on theme change.
+ void UpdateButtonColors();
+
+ // Overridden from views::View.
+ virtual void ThemeChanged();
+
// The browser for this shelf.
Browser* browser_;
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/views/download_shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698