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

Unified Diff: chrome/browser/chromeos/arc/auth/arc_active_directory_enrollment_token_fetcher.h

Issue 2705213002: Show different error message if ARC is disabled. (Closed)
Patch Set: Fix browsertests and add a new test for 904 Arc Disabled 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
Index: chrome/browser/chromeos/arc/auth/arc_active_directory_enrollment_token_fetcher.h
diff --git a/chrome/browser/chromeos/arc/auth/arc_active_directory_enrollment_token_fetcher.h b/chrome/browser/chromeos/arc/auth/arc_active_directory_enrollment_token_fetcher.h
index 3a63dfc54bedf2ddf57e82c5d3cdf57d8a10ecac..48a3cfa0c7d6a32d25755ec644d1d8ebf496533c 100644
--- a/chrome/browser/chromeos/arc/auth/arc_active_directory_enrollment_token_fetcher.h
+++ b/chrome/browser/chromeos/arc/auth/arc_active_directory_enrollment_token_fetcher.h
@@ -44,7 +44,7 @@ class ArcActiveDirectoryEnrollmentTokenFetcher : public ArcAuthInfoFetcher {
private:
void OnDMTokenAvailable(const std::string& dm_token);
void OnFetchEnrollmentTokenCompleted(
- policy::DeviceManagementStatus status,
+ policy::DeviceManagementStatus dm_status,
int net_error,
const enterprise_management::DeviceManagementResponse& response);

Powered by Google App Engine
This is Rietveld 408576698