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

Unified Diff: ash/shell.h

Issue 9808026: Layout panels on top of their launcher icons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback Created 8 years, 8 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/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index fbf81b6b195e8f3da9d2694512c3a4b3b64572a7..1daf7299191770830e7b8c32247cb1eebc1f98b9 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -66,6 +66,7 @@ class FocusCycler;
class InputMethodEventFilter;
class KeyRewriterEventFilter;
class MonitorController;
+class PanelLayoutManager;
class PartialScreenshotEventFilter;
class ResizeShadowController;
class RootWindowEventFilter;
@@ -323,6 +324,9 @@ class ASH_EXPORT Shell {
// the status area.
internal::ShelfLayoutManager* shelf_;
+ // Manages layout of panels. Owned by container of panels.
stevenjb 2012/04/05 20:48:47 nit: s/container of panels/PanelContainer/ (co it
Dmitry Lomov (no reviews) 2012/04/05 21:17:34 Changed, but there is no such entity as PanelConta
stevenjb 2012/04/05 21:22:45 PanelContainer is the name of the container (also
+ internal::PanelLayoutManager* panel_layout_manager_;
+
ObserverList<ShellObserver> observers_;
// Owned by aura::RootWindow, cached here for type safety.

Powered by Google App Engine
This is Rietveld 408576698