| Index: chrome/browser/cocoa/status_bubble_mac.h
|
| diff --git a/chrome/browser/cocoa/status_bubble_mac.h b/chrome/browser/cocoa/status_bubble_mac.h
|
| index 54899c2fb924c12a1282cbbc1d4ca8bcac85938e..de305dee2c59c0262a7f81bb186fae7c3e20d58f 100644
|
| --- a/chrome/browser/cocoa/status_bubble_mac.h
|
| +++ b/chrome/browser/cocoa/status_bubble_mac.h
|
| @@ -55,9 +55,6 @@ class StatusBubbleMac : public StatusBubble {
|
|
|
| // How vertically offset the bubble is from its root position.
|
| int offset_;
|
| -
|
| - // Is the download shelf visible.
|
| - bool is_download_shelf_visible_;
|
| };
|
|
|
| // Delegate interface that allows the StatusBubble to query its delegate about
|
|
|