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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h

Issue 2716403005: mash: Remove shelf app menu item objects. (Closed)
Patch Set: Address comments. Created 3 years, 10 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: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 9bba9a4536ac0ad1ffcc64411a196967ca0fb53f..fb29db9ebb5a03b7774f60043feb6bcb38ac1203 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -180,10 +180,8 @@ class ChromeLauncherController : public ash::mojom::ShelfObserver,
virtual void AdditionalUserAddedToSession(Profile* profile) = 0;
// Get the list of all running incarnations of this item.
- // |event_flags| specifies the flags which were set by the event which
- // triggered this menu generation. It can be used to generate different lists.
- virtual ash::ShelfAppMenuItemList GetAppMenuItems(const ash::ShelfItem& item,
- int event_flags) = 0;
+ virtual ash::ShelfAppMenuItemList GetAppMenuItemsForTesting(
+ const ash::ShelfItem& item) = 0;
// Get the list of all tabs which belong to a certain application type.
virtual std::vector<content::WebContents*> GetV1ApplicationsFromAppId(

Powered by Google App Engine
This is Rietveld 408576698