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

Unified Diff: ui/aura_shell/shelf_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/root_window_layout_manager.cc ('k') | ui/aura_shell/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/shelf_layout_manager.h
diff --git a/ui/aura_shell/shelf_layout_manager.h b/ui/aura_shell/shelf_layout_manager.h
index 152c0e708755c0b2a81c6e773632e7e7cbd358b3..21a9b6d7c2abfcb4b34d90cdc034d8db27621830 100644
--- a/ui/aura_shell/shelf_layout_manager.h
+++ b/ui/aura_shell/shelf_layout_manager.h
@@ -37,7 +37,7 @@ class AURA_SHELL_EXPORT ShelfLayoutManager : public aura::LayoutManager,
// widgets.
void LayoutShelf();
- // Sets the visbility of the shelf to |visible|.
+ // Sets the visibility of the shelf to |visible|.
void SetVisible(bool visible);
bool visible() const { return animating_ ? !visible_ : visible_; }
@@ -66,7 +66,7 @@ class AURA_SHELL_EXPORT ShelfLayoutManager : public aura::LayoutManager,
// Stops any animations.
void StopAnimating();
- // Calculates the target bounds assuming visibility of |visibile|.
+ // Calculates the target bounds assuming visibility of |visible|.
void CalculateTargetBounds(bool visible,
TargetBounds* target_bounds);
« no previous file with comments | « ui/aura_shell/root_window_layout_manager.cc ('k') | ui/aura_shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698