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(); |
+ |
Panels panels_; |
// Stores the panels that are pending to remove. We want to delay the removal |