| 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
|
|
|
|
|