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

Unified Diff: components/arc/arc_service_manager.cc

Issue 2248353002: [M53 cherry-pick] Migrate ArcUserDataService into ArcAuthService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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
« no previous file with comments | « components/arc/arc_service_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_service_manager.cc
diff --git a/components/arc/arc_service_manager.cc b/components/arc/arc_service_manager.cc
index 1cfbf9d00bb1cb3485c92eda5e2aaf3f6f5cd769..b3cbe7a16d482006744b74869b3d18e6569b6a81 100644
--- a/components/arc/arc_service_manager.cc
+++ b/components/arc/arc_service_manager.cc
@@ -98,10 +98,6 @@ void ArcServiceManager::OnPrimaryUserProfilePrepared(
const AccountId& account_id,
std::unique_ptr<BooleanPrefMember> arc_enabled_pref) {
DCHECK(thread_checker_.CalledOnValidThread());
-
- arc_user_data_service_.reset(new ArcUserDataService(arc_bridge_service(),
- std::move(arc_enabled_pref), account_id));
-
AddService(base::WrapUnique(
new ArcNotificationManager(arc_bridge_service(), account_id)));
}
@@ -120,7 +116,6 @@ void ArcServiceManager::OnAshStarted() {
void ArcServiceManager::Shutdown() {
icon_loader_ = nullptr;
activity_resolver_ = nullptr;
- arc_user_data_service_ = nullptr;
services_.clear();
}
« no previous file with comments | « components/arc/arc_service_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698