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

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, revert window_util namespace 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
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 2c46867ba3fdf42f5f39e06d09370a063d5f8592..8386cb6a4ccf650918121373346ca841f91d8cf1 100644
--- a/ui/aura_shell/shelf_layout_manager.h
+++ b/ui/aura_shell/shelf_layout_manager.h
@@ -36,7 +36,7 @@ class 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);
// Overridden from aura::LayoutManager:
@@ -58,7 +58,7 @@ class 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);

Powered by Google App Engine
This is Rietveld 408576698