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

Unified Diff: remoting/ios/app/app_delegate.mm

Issue 2957943002: [CRD iOS] Add the host setup instruction page (Closed)
Patch Set: Resolve Feedback Created 3 years, 6 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/app_delegate.h ('k') | remoting/ios/app/host_collection_view_cell.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/app/app_delegate.mm
diff --git a/remoting/ios/app/app_delegate.mm b/remoting/ios/app/app_delegate.mm
index 4b137f190fe090af1ad950a22a708fef6a9a2734..3222e5b379c65f1032e1fc8546d9361c3a17c15b 100644
--- a/remoting/ios/app/app_delegate.mm
+++ b/remoting/ios/app/app_delegate.mm
@@ -147,4 +147,8 @@ static NSString* const kFAQsUrl =
[webView loadRequest:request];
}
+- (void)emailSetupInstructions {
+ NSLog(@"TODO: emailSetupInstructions");
+}
+
@end
« no previous file with comments | « remoting/ios/app/app_delegate.h ('k') | remoting/ios/app/host_collection_view_cell.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698