diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/hover_close_button.h')
-rw-r--r-- | chrome/browser/ui/cocoa/hover_close_button.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/ui/cocoa/hover_close_button.h b/chrome/browser/ui/cocoa/hover_close_button.h index 19f1264..270da69 100644 --- a/chrome/browser/ui/cocoa/hover_close_button.h +++ b/chrome/browser/ui/cocoa/hover_close_button.h @@ -8,8 +8,7 @@ @class GTMKeyValueAnimation; // The standard close button for our Mac UI which is the "x" that changes to a -// dark circle with the "x" when you hover over it. At this time it is used by -// the download bar, info bar and tabs. +// dark circle with the "x" when you hover over it. Used to close tabs. @interface HoverCloseButton : HoverButton<NSAnimationDelegate> { @private GTMKeyValueAnimation* fadeOutAnimation_; |