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

Unified Diff: ash/shelf/shelf.h

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: Migrated from wm_shelf to shelf and addressed comments! 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.h
diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h
index af21bc46767b898b04cd986f14720da213d0bb4c..133ea8049c4652fcadfef370140c28c41481ec81 100644
--- a/ash/shelf/shelf.h
+++ b/ash/shelf/shelf.h
@@ -135,6 +135,10 @@ class ASH_EXPORT Shelf : public ShelfLayoutManagerObserver {
ShelfLockingManager* GetShelfLockingManagerForTesting();
ShelfView* GetShelfViewForTesting();
+ // Notifies ShelfLayoutManager that the app list is active in order to
vadimt 2017/05/26 01:27:56 You either call it NotifyXXX and keep the comment
newcomer 2017/05/26 17:11:27 Done.
+ // restrict the background behavior.
+ void OnAppListIsActive(bool hideBackground);
+
protected:
// ShelfLayoutManagerObserver:
void WillDeleteShelfLayoutManager() override;

Powered by Google App Engine
This is Rietveld 408576698