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

Unified Diff: ash/wm/toplevel_layout_manager.h

Issue 9600006: Aura: Remove overlapping window mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | ash/wm/workspace/workspace_event_filter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/toplevel_layout_manager.h
diff --git a/ash/wm/toplevel_layout_manager.h b/ash/wm/toplevel_layout_manager.h
index a459ccc38e867459dd966fa8a3288f9200e8100b..faf6d5fbcf8b4ad2ed703f50123e5f87320d4f7d 100644
--- a/ash/wm/toplevel_layout_manager.h
+++ b/ash/wm/toplevel_layout_manager.h
@@ -23,6 +23,9 @@ class ShelfLayoutManager;
// compact window mode is not enabled. It is intended to implement the simplest
// possible window management code. If you have a more complex window mode
// please implement a new LayoutManager for it.
+//
+// TODO(jamescook): If we're happy with managed window mode, this class and
+// its tests can be deleted.
class ASH_EXPORT ToplevelLayoutManager : public BaseLayoutManager {
public:
ToplevelLayoutManager();
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | ash/wm/workspace/workspace_event_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698