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

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

Issue 2765523002: arc: Add explicit error message in case network cannot be setup. (Closed)
Patch Set: sort enums Created 3 years, 9 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_session_manager.cc ('k') | chrome/browser/chromeos/arc/arc_support_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_support_host.h
diff --git a/chrome/browser/chromeos/arc/arc_support_host.h b/chrome/browser/chromeos/arc/arc_support_host.h
index 24ab4221d3370a255113e8f702600a5ec856a0e9..c645e59073561f2a658f440d7f8590944b432354 100644
--- a/chrome/browser/chromeos/arc/arc_support_host.h
+++ b/chrome/browser/chromeos/arc/arc_support_host.h
@@ -33,14 +33,15 @@ class ArcSupportHost : public arc::ArcSupportMessageHost::Observer,
// Error types whose corresponding message ARC support has.
enum class Error {
- SIGN_IN_NETWORK_ERROR,
- SIGN_IN_SERVICE_UNAVAILABLE_ERROR,
+ ANDROID_MANAGEMENT_REQUIRED_ERROR,
+ NETWORK_UNAVAILABLE_ERROR,
+ SERVER_COMMUNICATION_ERROR,
SIGN_IN_BAD_AUTHENTICATION_ERROR,
- SIGN_IN_GMS_NOT_AVAILABLE_ERROR,
SIGN_IN_CLOUD_PROVISION_FLOW_FAIL_ERROR,
+ SIGN_IN_GMS_NOT_AVAILABLE_ERROR,
+ SIGN_IN_NETWORK_ERROR,
+ SIGN_IN_SERVICE_UNAVAILABLE_ERROR,
SIGN_IN_UNKNOWN_ERROR,
- SERVER_COMMUNICATION_ERROR,
- ANDROID_MANAGEMENT_REQUIRED_ERROR,
};
// Observer to notify UI event.
« no previous file with comments | « chrome/browser/chromeos/arc/arc_session_manager.cc ('k') | chrome/browser/chromeos/arc/arc_support_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698