| Index: chrome/browser/ui/panels/panel_constants.h
|
| diff --git a/chrome/browser/ui/panels/panel_constants.h b/chrome/browser/ui/panels/panel_constants.h
|
| index ce82c77cea6bca82a5d4de8f6946a5d1a092cea3..d30311a1351f371edcb25f0036ab29fc54d35074 100644
|
| --- a/chrome/browser/ui/panels/panel_constants.h
|
| +++ b/chrome/browser/ui/panels/panel_constants.h
|
| @@ -24,6 +24,9 @@ static const int kMinimizedPanelHeight = 4;
|
| // The height in pixels of the titlebar.
|
| static const int kTitlebarHeight = 32;
|
|
|
| +// The size (width or height) of the app icon (taskbar icon).
|
| +static const int kPanelAppIconSize = 32;
|
| +
|
| // Different types of buttons that can be shown on panel's titlebar.
|
| enum TitlebarButtonType {
|
| CLOSE_BUTTON,
|
|
|