Chromium Code Reviews| 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 1ece64e120af31f8cac463b18e707199e876d5f6..22bfa009dc03489f870609ac4d047b16175211a3 100644 |
| --- a/chrome/browser/ui/panels/panel_manager.h |
| +++ b/chrome/browser/ui/panels/panel_manager.h |
| @@ -84,6 +84,9 @@ class PanelManager { |
| void DragLeft(); |
| void DragRight(); |
| + // Horizontal spacing between panels. Used for unit testing. |
| + static int horizontal_spacing(); |
|
jianli
2011/08/24 20:23:24
Can you make it public and add UNIT_TEST guard for
prasadt
2011/08/24 21:29:17
I'd rather not do this change. If we move one def
jianli
2011/08/24 22:04:02
We're trying to avoid accessing private methods an
|
| + |
| Panels panels_; |
| // Stores the panels that are pending to remove. We want to delay the removal |