Chromium Code Reviews| Index: chrome/browser/ui/panels/panel_manager.cc |
| diff --git a/chrome/browser/ui/panels/panel_manager.cc b/chrome/browser/ui/panels/panel_manager.cc |
| index 55586073053b0f81cbeecd8628d85ef12426eebd..ba16cdb6a8d1db8c5ef4d061f82e5b192ff477b7 100644 |
| --- a/chrome/browser/ui/panels/panel_manager.cc |
| +++ b/chrome/browser/ui/panels/panel_manager.cc |
| @@ -50,6 +50,10 @@ const int kMillisecondsBeforeCollapsingFromTitleOnlyState = 0; |
| } // namespace |
| // static |
| +const int PanelManager::kPanelMinWidth; |
|
jennb
2011/11/23 04:38:42
Are these needed?
Dmitry Titov
2011/11/23 18:47:49
Yes! Without these, linker often complains that it
|
| +const int PanelManager::kPanelMinHeight; |
| + |
| +// static |
| PanelManager* PanelManager::GetInstance() { |
| static base::LazyInstance<PanelManager> instance = LAZY_INSTANCE_INITIALIZER; |
| return instance.Pointer(); |