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

Unified Diff: chrome/browser/chromeos/login/session/user_session_manager.cc

Issue 2648213004: Migrate --enable-arc and --arc-available part 1. (Closed)
Patch Set: Created 3 years, 11 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/login/session/user_session_manager.cc
diff --git a/chrome/browser/chromeos/login/session/user_session_manager.cc b/chrome/browser/chromeos/login/session/user_session_manager.cc
index df305cb67d15e27f0988e08a618c89669d0e7a5f..7a9f8f71abb58571b483b5e9c99383c550f0173b 100644
--- a/chrome/browser/chromeos/login/session/user_session_manager.cc
+++ b/chrome/browser/chromeos/login/session/user_session_manager.cc
@@ -92,7 +92,6 @@
#include "chromeos/network/portal_detector/network_portal_detector.h"
#include "chromeos/network/portal_detector/network_portal_detector_strategy.h"
#include "chromeos/settings/cros_settings_names.h"
-#include "components/arc/arc_bridge_service.h"
#include "components/component_updater/component_updater_service.h"
#include "components/flags_ui/pref_service_flags_storage.h"
#include "components/policy/core/common/cloud/cloud_policy_constants.h"
@@ -1186,10 +1185,7 @@ void UserSessionManager::FinalizePrepareProfile(Profile* profile) {
InitializeCRLSetFetcher(user);
InitializeCertificateTransparencyComponents(user);
- if (arc::ArcBridgeService::GetEnabled(
- base::CommandLine::ForCurrentProcess())) {
- arc::ArcServiceLauncher::Get()->OnPrimaryUserProfilePrepared(profile);
- }
+ arc::ArcServiceLauncher::Get()->OnPrimaryUserProfilePrepared(profile);
hidehiko 2017/01/24 10:57:36 Ditto for chrome_session_manager.cc.
Luis Héctor Chávez 2017/01/24 17:00:37 Ditto.
}
UpdateEasyUnlockKeys(user_context_);

Powered by Google App Engine
This is Rietveld 408576698