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

Unified Diff: ui/aura_shell/toplevel_layout_manager.h

Issue 8895003: Aura: Add --aura-laptop-mode to fill the workspace with a single window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix unit test build Created 9 years 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 | « ui/aura_shell/shell.cc ('k') | ui/aura_shell/toplevel_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/toplevel_layout_manager.h
diff --git a/ui/aura_shell/toplevel_layout_manager.h b/ui/aura_shell/toplevel_layout_manager.h
index a02b8b14992f0c65aeb790a626a610dfb590f14a..f03328ad7e7c5860fee32106190b5e187d910536 100644
--- a/ui/aura_shell/toplevel_layout_manager.h
+++ b/ui/aura_shell/toplevel_layout_manager.h
@@ -48,22 +48,20 @@ class AURA_SHELL_EXPORT ToplevelLayoutManager : public aura::LayoutManager,
private:
typedef std::set<aura::Window*> Windows;
- // If necessary adjusts the bounds of window based on it's show state.
- void WindowStateChanged(aura::Window* window);
-
- // Updates the visbility of the shelf based on if there are any full screen
+ // Updates the visibility of the shelf based on if there are any full screen
// windows.
void UpdateShelfVisibility();
// Set of windows we're listening to.
Windows windows_;
+ // May be NULL if we're not using a shelf.
ShelfLayoutManager* shelf_;
DISALLOW_COPY_AND_ASSIGN(ToplevelLayoutManager);
};
-} // namepsace aura_shell
-} // namepsace internal
+} // namespace aura_shell
+} // namespace internal
#endif // UI_AURA_SHELL_TOPLEVEL_LAYOUT_MANAGER_H_
« no previous file with comments | « ui/aura_shell/shell.cc ('k') | ui/aura_shell/toplevel_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698