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

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

Issue 2966243003: Fixing signed in message and disconnect/reconnect case. (Closed)
Patch Set: Merged. 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 | « no previous file | 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 428b485ae390ef0f60daf89e6c9c96d990bea035..866d495750bc443ed919cc5ce849f9a743a5ff48 100644
--- a/remoting/ios/app/client_connection_view_controller.h
+++ b/remoting/ios/app/client_connection_view_controller.h
@@ -14,6 +14,7 @@ typedef NS_ENUM(NSInteger, ClientConnectionViewState) {
ClientViewConnecting,
ClientViewPinPrompt,
ClientViewConnected,
+ ClientViewReconnect,
ClientViewClosed,
ClientViewError,
};
« no previous file with comments | « no previous file | remoting/ios/app/client_connection_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698