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

Unified Diff: ash/shelf/shelf.h

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: 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 9467a37253d3e58d5f96a129dbeb9f17fc686e29..1307807dbdc0225fc46750f3cf2f7e8f1283953f 100644
--- a/ash/shelf/shelf.h
+++ b/ash/shelf/shelf.h
@@ -134,6 +134,9 @@ class ASH_EXPORT Shelf : public ShelfLayoutManagerObserver {
ShelfLockingManager* GetShelfLockingManagerForTesting();
ShelfView* GetShelfViewForTesting();
+ // Called when the app list is active.
+ void OnAppListIsActive(bool is_active);
+
protected:
// ShelfLayoutManagerObserver:
void WillDeleteShelfLayoutManager() override;

Powered by Google App Engine
This is Rietveld 408576698