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

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

Issue 2290603002: Enhance chrome.app.window API for shelf integration with pinning support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: LauncherItemController Unit Tests Fix after Rebase Created 4 years, 3 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_item_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
index 5d26ea1fdf0a915b2caff10f889e5b832859d1dd..7111a9e8a451e81fed3f2a7dce9e109acc376630 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
@@ -18,10 +18,7 @@
ArcAppWindowLauncherItemController::ArcAppWindowLauncherItemController(
const std::string& arc_app_id,
ChromeLauncherController* controller)
- : AppWindowLauncherItemController(TYPE_APP,
- arc_app_id,
- arc_app_id,
- controller) {}
+ : AppWindowLauncherItemController(TYPE_APP, arc_app_id, "", controller) {}
ArcAppWindowLauncherItemController::~ArcAppWindowLauncherItemController() {}

Powered by Google App Engine
This is Rietveld 408576698