Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5471)

Unified Diff: chrome/browser/ui/panels/panel_manager.h

Issue 7706027: Addition testing for panels drag and drop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed comment markers and used scoping and indentation for delimiting. Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698