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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc

Issue 2900783003: Handle app custom icon via aura::Window property. (Closed)
Patch Set: nits 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: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
index abbf06231177e11fa94754a6d9159371133be81a..9c109cb38abcd62ae49b18eed44507c284c82438 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
@@ -548,7 +548,7 @@ ArcAppWindowLauncherController::AttachControllerToTask(
std::unique_ptr<ArcAppWindowLauncherItemController> controller =
base::MakeUnique<ArcAppWindowLauncherItemController>(
- app_shelf_id.ToString(), owner());
+ app_shelf_id.ToString());
ArcAppWindowLauncherItemController* item_controller = controller.get();
const ash::ShelfID shelf_id(app_shelf_id.ToString());
if (!owner()->GetItem(shelf_id)) {

Powered by Google App Engine
This is Rietveld 408576698