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

Unified Diff: components/arc/arc_service_manager.h

Issue 2209173002: Migrate ArcUserDataService into ArcAuthService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « chrome/browser/ui/app_list/arc/arc_app_test.cc ('k') | components/arc/arc_service_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_service_manager.h
diff --git a/components/arc/arc_service_manager.h b/components/arc/arc_service_manager.h
index a2150f4cc69135a013e67a9500361ed7f3344372..256a1992eb906e9eeac10793e6c46e492ab53e8b 100644
--- a/components/arc/arc_service_manager.h
+++ b/components/arc/arc_service_manager.h
@@ -21,7 +21,6 @@ namespace arc {
class ArcBridgeService;
class ArcService;
-class ArcUserDataService;
// Manages creation and destruction of services that communicate with the ARC
// instance via the ArcBridgeService.
@@ -67,10 +66,6 @@ class ArcServiceManager {
return activity_resolver_;
}
- ArcUserDataService* arc_user_data_service() {
- return arc_user_data_service_.get();
- }
-
private:
base::ThreadChecker thread_checker_;
scoped_refptr<base::TaskRunner> blocking_task_runner_;
@@ -79,7 +74,6 @@ class ArcServiceManager {
std::vector<std::unique_ptr<ArcService>> services_;
scoped_refptr<ActivityIconLoader> icon_loader_;
scoped_refptr<LocalActivityResolver> activity_resolver_;
- std::unique_ptr<ArcUserDataService> arc_user_data_service_;
DISALLOW_COPY_AND_ASSIGN(ArcServiceManager);
};
« no previous file with comments | « chrome/browser/ui/app_list/arc/arc_app_test.cc ('k') | components/arc/arc_service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698