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

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: update 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..1f61fa7e7969c0fe81070e31048ad0c2e1ca5ad2 100644
--- a/chrome/browser/chromeos/arc/arc_support_host.h
+++ b/chrome/browser/chromeos/arc/arc_support_host.h
@@ -41,6 +41,7 @@ class ArcSupportHost : public arc::ArcSupportMessageHost::Observer,
SIGN_IN_UNKNOWN_ERROR,
SERVER_COMMUNICATION_ERROR,
ANDROID_MANAGEMENT_REQUIRED_ERROR,
+ NETWORK_UNAVAILABLE_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