| Index: chrome/browser/ui/panels/panel_manager.h
|
| diff --git a/chrome/browser/ui/panels/panel_manager.h b/chrome/browser/ui/panels/panel_manager.h
|
| index 54b6ced8963133878310fda1ce1ce195552e5a62..7d865f96e4233f5bfafc7bada937c54a252c15bd 100644
|
| --- a/chrome/browser/ui/panels/panel_manager.h
|
| +++ b/chrome/browser/ui/panels/panel_manager.h
|
| @@ -221,6 +221,7 @@ class PanelManager : public PanelMouseWatcher::Observer,
|
| // Minimum width and height of a panel.
|
| // Note: The minimum size of a widget (see widget.cc) is fixed to 100x100.
|
| // TODO(jianli): Need to fix this to support smaller panel.
|
| + // http://crbug.com/102708
|
| static const int kPanelMinWidth = 100;
|
| static const int kPanelMinHeight = 100;
|
|
|
|
|