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

Unified Diff: chrome/browser/chromeos/arc/arc_service_launcher.cc

Issue 2078683002: Add handler and mojo interface to accept android intent filters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unintentionally add mojo attribute and update version comment. 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/chromeos/arc/arc_service_launcher.cc
diff --git a/chrome/browser/chromeos/arc/arc_service_launcher.cc b/chrome/browser/chromeos/arc/arc_service_launcher.cc
index b2cee596a287239c13e15ae4ba6f00ae30d96532..051f163f11916483b72babd3718475a7059b37b8 100644
--- a/chrome/browser/chromeos/arc/arc_service_launcher.cc
+++ b/chrome/browser/chromeos/arc/arc_service_launcher.cc
@@ -32,7 +32,8 @@ void ArcServiceLauncher::Initialize() {
arc_service_manager_->AddService(base::MakeUnique<ArcIntentHelperBridge>(
arc_service_manager_->arc_bridge_service(),
arc_service_manager_->icon_loader(),
- base::MakeUnique<ArcWallpaperHandler>()));
+ base::MakeUnique<ArcWallpaperHandler>(),
+ arc_service_manager_->activity_resolver()));
arc_service_manager_->AddService(base::MakeUnique<ArcAuthService>(
arc_service_manager_->arc_bridge_service()));
arc_service_manager_->AddService(base::MakeUnique<ArcDownloadsWatcherService>(
« no previous file with comments | « no previous file | components/arc/arc_service_manager.h » ('j') | components/arc/intent_helper/arc_intent_helper_bridge.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698