Index: chrome/browser/ui/views/download/download_shelf_view.h |
diff --git a/chrome/browser/ui/views/download/download_shelf_view.h b/chrome/browser/ui/views/download/download_shelf_view.h |
index 299c885dd9575a0a67bd289ccddf6821e5437a2d..43e4fda185f4d9682bd0519e6e06740608d19ff8 100644 |
--- a/chrome/browser/ui/views/download/download_shelf_view.h |
+++ b/chrome/browser/ui/views/download/download_shelf_view.h |
@@ -91,6 +91,9 @@ class DownloadShelfView : public views::AccessiblePaneView, |
// it's removed. |
void RemoveDownloadView(views::View* view); |
+ // Updates |button| according to the active theme. |
+ void ConfigureButtonForTheme(views::MdTextButton* button); |
+ |
protected: |
// Implementation of DownloadShelf. |
void DoAddDownload(content::DownloadItem* download) override; |