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

Unified Diff: chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc

Issue 2586183002: Refactor ArcSessionRunner part 2. (Closed)
Patch Set: Rebase Created 4 years 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc b/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc
index 97d7377ea490e22090cde8936f5ead9ca2c62362..24cd644df0c2b27d57ca07168fb018f1ebad0c60 100644
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc
@@ -35,8 +35,10 @@ class AppInfoDialogAshTest : public ash::test::AshTestBase {
ash::test::AshTestBase::SetUp();
#if defined(OS_CHROMEOS)
arc::ArcSessionManager::DisableUIForTesting();
- bridge_service_ = base::MakeUnique<arc::ArcSessionRunner>(
- base::Bind(arc::FakeArcSession::Create));
+ bridge_service_ = base::MakeUnique<arc::ArcBridgeService>();
+ bridge_service_->InitializeArcSessionRunner(
+ base::MakeUnique<arc::ArcSessionRunner>(
+ base::Bind(arc::FakeArcSession::Create)));
arc_session_manager_ =
base::MakeUnique<arc::ArcSessionManager>(bridge_service_.get());
arc_session_manager_->OnPrimaryUserProfilePrepared(
« no previous file with comments | « no previous file | chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698