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

Unified Diff: remoting/client/ios/app/host_view_controller.mm

Issue 2846603002: Updating Pin Entry View and creating Connection Status View. (Closed)
Patch Set: Code cleanup, adding comments for new methods and classes. Created 3 years, 8 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: remoting/client/ios/app/host_view_controller.mm
diff --git a/remoting/client/ios/app/host_view_controller.mm b/remoting/client/ios/app/host_view_controller.mm
index 17e1a45f1e61c6a886a9abbbcde7ab6325c1e602..9d8ff2eb6b93f048c96754a84e9f59bdf7ef974b 100644
--- a/remoting/client/ios/app/host_view_controller.mm
+++ b/remoting/client/ios/app/host_view_controller.mm
@@ -9,6 +9,7 @@
#import "remoting/client/ios/app/host_view_controller.h"
#import "ios/third_party/material_components_ios/src/components/Buttons/src/MaterialButtons.h"
+#import "remoting/client/ios/display/gl_display_handler.h"
Yuwei 2017/05/01 23:01:15 What is this line for?
nicholss 2017/05/02 16:39:40 Line 68 uses the display handler. In this CL I als
Yuwei 2017/05/02 18:24:44 Acknowledged.
#import "remoting/client/ios/session/remoting_client.h"
static const CGFloat kFabInset = 15.f;

Powered by Google App Engine
This is Rietveld 408576698