| Index: chrome/browser/cocoa/download_item_controller.h
|
| diff --git a/chrome/browser/cocoa/download_item_controller.h b/chrome/browser/cocoa/download_item_controller.h
|
| index a4c7f66ae4cd52773e551082ccb3ef9aeebf278d..7d7b7691193297b1916d4c613c193cc17f7bdbfe 100644
|
| --- a/chrome/browser/cocoa/download_item_controller.h
|
| +++ b/chrome/browser/cocoa/download_item_controller.h
|
| @@ -27,8 +27,6 @@ class DownloadShelfContextMenuMac;
|
| IBOutlet NSMenu* activeDownloadMenu_;
|
| IBOutlet NSMenu* completeDownloadMenu_;
|
|
|
| - NSMenu* currentMenu_; // points to one of the two menus above
|
| -
|
| // This is shown instead of progressView_ for dangerous downloads.
|
| IBOutlet NSView* dangerousDownloadView_;
|
| IBOutlet NSTextField* dangerousDownloadLabel_;
|
|
|