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

Unified Diff: chrome/browser/ui/cocoa/download/download_item_controller.h

Issue 2148483002: [Mac] Fix download shelf items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 4 years, 5 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
Index: chrome/browser/ui/cocoa/download/download_item_controller.h
diff --git a/chrome/browser/ui/cocoa/download/download_item_controller.h b/chrome/browser/ui/cocoa/download/download_item_controller.h
index c7ec0a21f35cf789badc6af6dd42a1cd910f8edb..ff551f42f25ac53dd4aa2d41a65d3ec632ba12a3 100644
--- a/chrome/browser/ui/cocoa/download/download_item_controller.h
+++ b/chrome/browser/ui/cocoa/download/download_item_controller.h
@@ -155,6 +155,9 @@ class MenuModel;
// Updates the tooltip with the download's path.
- (void)updateToolTip;
+// Updates the views by calling setNeedsDisplay:YES.
+- (void)updateViews;
+
// Handling of dangerous downloads
- (void)clearDangerousMode;
- (BOOL)isDangerousMode;

Powered by Google App Engine
This is Rietveld 408576698