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

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

Issue 2828113002: Provide HostView with data required for creating a new and session, and render for CRD iOS. (Closed)
Patch Set: fixing issue based on feedback. 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.h
diff --git a/remoting/client/ios/app/host_view_controller.h b/remoting/client/ios/app/host_view_controller.h
index 6582742a43057ca54c77e1a292266ce52bf299c8..ef2bb153f01e995792fbcaf01cc2db7027f539da 100644
--- a/remoting/client/ios/app/host_view_controller.h
+++ b/remoting/client/ios/app/host_view_controller.h
@@ -7,8 +7,11 @@
#import <GLKit/GLKit.h>
-@interface HostViewController : GLKViewController {
-}
+@class RemotingClient;
+
+@interface HostViewController : GLKViewController
+
+- (id)initWithClient:(RemotingClient*)client;
@end

Powered by Google App Engine
This is Rietveld 408576698