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

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

Issue 2747983002: arc: Fix crash on deferred app launch. (Closed)
Patch Set: Created 3 years, 9 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/launcher_item_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/launcher_item_controller.cc
index 96e9043e6d819daac799891f7b4a6b94ca3914a7..8a4b1a69f825f64e4efa6576b41ee09ca481e598 100644
--- a/chrome/browser/ui/ash/launcher/launcher_item_controller.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.cc
@@ -28,3 +28,7 @@ AppWindowLauncherItemController*
LauncherItemController::AsAppWindowLauncherItemController() {
return nullptr;
}
+
+bool LauncherItemController::IsShortcut() const {
+ return false;
+}

Powered by Google App Engine
This is Rietveld 408576698