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

Unified Diff: chrome/browser/cocoa/download_item_cell.h

Issue 380002: Mac: Show download item menu on mouse down instead of mouse up. (Closed)
Patch Set: comments Created 10 years, 11 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/browser/cocoa/download_item_button.mm ('k') | chrome/browser/cocoa/download_item_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/download_item_cell.h
diff --git a/chrome/browser/cocoa/download_item_cell.h b/chrome/browser/cocoa/download_item_cell.h
index 248225c0c20b1895593c42b5ad14552d8eb72179..8cfca82a29b1e0ac5962033b1a35a967ffca621b 100644
--- a/chrome/browser/cocoa/download_item_cell.h
+++ b/chrome/browser/cocoa/download_item_cell.h
@@ -52,9 +52,8 @@ enum DownloadItemMousePosition {
@property (copy) NSString* secondaryTitle;
@property (retain) NSFont* secondaryFont;
-// Valid to call in response to a click of the cell's button. Returns if the
-// button part of the cell was clicked.
-- (BOOL)isButtonPartPressed;
+// Returns if the mouse is over the button part of the cell.
+- (BOOL)isMouseOverButtonPart;
@end
« no previous file with comments | « chrome/browser/cocoa/download_item_button.mm ('k') | chrome/browser/cocoa/download_item_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698