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

Unified Diff: ash/wm/panels/panel_layout_manager.h

Issue 13896026: Stick windows to sides of workspaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dock with zero width (no logs) Created 7 years, 6 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: ash/wm/panels/panel_layout_manager.h
diff --git a/ash/wm/panels/panel_layout_manager.h b/ash/wm/panels/panel_layout_manager.h
index fd0bc5c29ae06f257be54a33c29ba8deea5f304b..351b8738aed0c3a1fb77eca4f1e50224b7968c86 100644
--- a/ash/wm/panels/panel_layout_manager.h
+++ b/ash/wm/panels/panel_layout_manager.h
@@ -106,6 +106,8 @@ class ASH_EXPORT PanelLayoutManager
private:
friend class PanelLayoutManagerTest;
friend class PanelWindowResizerTest;
+ friend class DockWindowResizerTest;
+ friend class DockLayoutManagerTest;
views::Widget* CreateCalloutWidget();

Powered by Google App Engine
This is Rietveld 408576698