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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_utils.cc

Issue 2052013002: Adding ChromeLauncherController interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome_launcher_smaller_api
Patch Set: Fix method order Created 4 years, 6 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/app_list/arc/arc_app_utils.cc
diff --git a/chrome/browser/ui/app_list/arc/arc_app_utils.cc b/chrome/browser/ui/app_list/arc/arc_app_utils.cc
index bbf15b275cf25eecbbee9c9a1d917f450dbdb0b2..69d8c9e59acd4f93834ecd71bcd0802d8a5b8974 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_utils.cc
+++ b/chrome/browser/ui/app_list/arc/arc_app_utils.cc
@@ -187,7 +187,7 @@ bool LaunchApp(content::BrowserContext* context,
ChromeLauncherController* chrome_controller =
ChromeLauncherController::instance();
DCHECK(chrome_controller);
- chrome_controller->arc_deferred_launcher()->RegisterDeferredLaunch(app_id);
+ chrome_controller->GetArcDeferredLauncher()->RegisterDeferredLaunch(app_id);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698