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

Unified Diff: ash/shelf/wm_shelf.h

Issue 2894743002: Make launching apps from shelf more intuitive (Closed)
Patch Set: This patch set has many platform related issue 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
« no previous file with comments | « no previous file | ash/shelf/wm_shelf.cc » ('j') | ash/shelf/wm_shelf.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/wm_shelf.h
diff --git a/ash/shelf/wm_shelf.h b/ash/shelf/wm_shelf.h
index 491f35e1b3ae4369371787afdf5671ffad546928..2c4b01a48bf171c9d45b387ea942d7d936fb65e1 100644
--- a/ash/shelf/wm_shelf.h
+++ b/ash/shelf/wm_shelf.h
@@ -125,6 +125,10 @@ class ASH_EXPORT WmShelf : public ShelfLayoutManagerObserver {
// Activates the shelf item specified by the index in the list of shelf items.
static void ActivateShelfItem(int item_index);
stevenjb 2017/05/22 17:55:28 Is this still called? Maybe note where/why we do n
weidongg 2017/05/23 16:37:46 There are 40 occurrences of this function, so shou
+ // Activates the shelf item specified by the index in the list of shelf items
+ // in the display identified by |display_id|.
Mr4D (OOO till 08-26) 2017/05/22 15:02:28 on the display ...?
weidongg 2017/05/23 16:37:46 Done.
+ static void ActivateShelfItemInDisplay(int item_index, int64_t display_id);
+
// Handles a gesture |event| coming from a source outside the shelf widget
// (e.g. the status area widget). Allows support for behaviors like toggling
// auto-hide with a swipe, even if that gesture event hits another window.
« no previous file with comments | « no previous file | ash/shelf/wm_shelf.cc » ('j') | ash/shelf/wm_shelf.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698