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

Unified Diff: ash/shelf/shelf_locking_manager.h

Issue 2889673002: chromeos: Refactor shelf to create ShelfView earlier in startup (Closed)
Patch Set: rebase Created 3 years, 7 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/shelf/shelf_locking_manager.h
diff --git a/ash/shelf/shelf_locking_manager.h b/ash/shelf/shelf_locking_manager.h
index c65e593ff45126742f6127aa480e5a1cad34c10a..f8bba82b57a92956ce75293b470022713be02a66 100644
--- a/ash/shelf/shelf_locking_manager.h
+++ b/ash/shelf/shelf_locking_manager.h
@@ -14,7 +14,8 @@ namespace ash {
class WmShelf;
-// ShelfLockingManager observes screen and session events to [un]lock the shelf.
+// ShelfLockingManager observes screen and session events to align the shelf at
+// the bottom of the screen when the screen is locked.
class ASH_EXPORT ShelfLockingManager : public SessionObserver,
public LockStateObserver {
public:

Powered by Google App Engine
This is Rietveld 408576698