Chromium Code Reviews| 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 |