Chromium Code Reviews| Index: chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h |
| =================================================================== |
| --- chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h (revision 88097) |
| +++ chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h (working copy) |
| @@ -7,11 +7,15 @@ |
| #pragma once |
| #import "chrome/browser/ui/cocoa/vertical_gradient_view.h" |
| +#include "chrome/browser/tab_contents/infobar_delegate.h" |
|
Robert Sesek
2011/06/07 14:48:53
nit: alphabetize
sail
2011/06/07 19:21:02
Done.
|
| #import <Cocoa/Cocoa.h> |
| // A custom view that draws the background gradient for an infobar. |
| @interface InfoBarGradientView : VerticalGradientView |
| + |
| +- (void)setInfobarType:(InfoBarDelegate::Type)infobarType; |
|
Robert Sesek
2011/06/07 14:48:53
Add a comment stating that this will change the gr
sail
2011/06/07 19:21:02
Done.
|
| + |
| @end |
| #endif // CHROME_BROWSER_UI_COCOA_INFOBARS_INFOBAR_GRADIENT_VIEW_H_ |