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

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

Issue 58813002: Upon activation on mixed mode, we only show and use apps of the current user. Furthermore we should… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Created 7 years, 1 month 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/launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.h b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
index 6398e97614e905510dc75eca6d04976993bea16e..fc4a4d146200072ac20655c123f6c8d59856f5b0 100644
--- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
@@ -80,7 +80,8 @@ class LauncherItemController : public ash::LauncherItemDelegate {
// Shows and activates the most-recently-active window associated with the
// item, or launches the item if it is not currently open.
- virtual void Activate(ash::LaunchSource source) = 0;
+ // Returns true when a new item got created.
+ virtual bool Activate(ash::LaunchSource source) = 0;
// Closes all windows associated with this item.
virtual void Close() = 0;

Powered by Google App Engine
This is Rietveld 408576698