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

Unified Diff: chrome/browser/chromeos/arc/arc_session_manager.h

Issue 2655873002: Get enrollment token from DMServer when an Active Directory user uses ARC (Closed)
Patch Set: Fix Luis's comments Created 3 years, 10 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/chromeos/arc/arc_auth_service.cc ('k') | chrome/browser/chromeos/arc/arc_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_session_manager.h
diff --git a/chrome/browser/chromeos/arc/arc_session_manager.h b/chrome/browser/chromeos/arc/arc_session_manager.h
index 0bb3697ad151fc1fcfd3c28d398953fdd83246fa..29f9384a488b218123fdcd9d50ba6e0550b53c04 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.h
+++ b/chrome/browser/chromeos/arc/arc_session_manager.h
@@ -34,7 +34,7 @@ class PrefRegistrySyncable;
namespace arc {
class ArcAndroidManagementChecker;
-class ArcAuthCodeFetcher;
+class ArcAuthInfoFetcher;
class ArcAuthContext;
class ArcSessionRunner;
class ArcTermsOfServiceNegotiator;
@@ -209,7 +209,7 @@ class ArcSessionManager : public ArcSessionObserver,
ArcSupportHost* support_host() { return support_host_.get(); }
// TODO(hidehiko): Get rid of the getter by migration between ArcAuthContext
- // and ArcAuthCodeFetcher.
+ // and ArcAuthInfoFetcher.
ArcAuthContext* auth_context() { return context_.get(); }
void StartArc();
« no previous file with comments | « chrome/browser/chromeos/arc/arc_auth_service.cc ('k') | chrome/browser/chromeos/arc/arc_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698