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

Unified Diff: remoting/ios/app/client_connection_view_controller.h

Issue 2971903002: Adding error handling to the connection flow. (Closed)
Patch Set: Trying out activateConstraints. Created 3 years, 5 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 | « remoting/ios/app/BUILD.gn ('k') | remoting/ios/app/client_connection_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/app/client_connection_view_controller.h
diff --git a/remoting/ios/app/client_connection_view_controller.h b/remoting/ios/app/client_connection_view_controller.h
index efc5b563a10c845ff9b410ceaab18493422440c9..428b485ae390ef0f60daf89e6c9c96d990bea035 100644
--- a/remoting/ios/app/client_connection_view_controller.h
+++ b/remoting/ios/app/client_connection_view_controller.h
@@ -15,6 +15,7 @@ typedef NS_ENUM(NSInteger, ClientConnectionViewState) {
ClientViewPinPrompt,
ClientViewConnected,
ClientViewClosed,
+ ClientViewError,
};
// This is the view that shows the user feedback while the client connection is
« no previous file with comments | « remoting/ios/app/BUILD.gn ('k') | remoting/ios/app/client_connection_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698