| Index: chrome/browser/tab_contents/infobar.h
|
| diff --git a/chrome/browser/tab_contents/infobar.h b/chrome/browser/tab_contents/infobar.h
|
| index 53d270c99e383f0ca478c9fc371e353c075c68dd..6a2d6feb2652b9cfd439eee6c3ac7d5567610732 100644
|
| --- a/chrome/browser/tab_contents/infobar.h
|
| +++ b/chrome/browser/tab_contents/infobar.h
|
| @@ -17,6 +17,7 @@
|
| // below once all platforms use that class.
|
| SkColor GetInfoBarTopColor(InfoBarDelegate::Type infobar_type);
|
| SkColor GetInfoBarBottomColor(InfoBarDelegate::Type infobar_type);
|
| +int GetInfoBarIconSizePixels();
|
|
|
| #if defined(TOOLKIT_VIEWS) // TODO(pkasting): Port non-views to use this.
|
|
|
|
|