| Index: remoting/ios/app/app_delegate.h
|
| diff --git a/remoting/ios/app/app_delegate.h b/remoting/ios/app/app_delegate.h
|
| index 68320f30fc6db34a9388783585a32c7fc14b4d0a..3f4589a31a605bbd748a9e9d62bc62fb4e99d19b 100644
|
| --- a/remoting/ios/app/app_delegate.h
|
| +++ b/remoting/ios/app/app_delegate.h
|
| @@ -28,6 +28,9 @@
|
| // controller.
|
| - (void)navigateToSendFeedback:(UINavigationController*)navigationController;
|
|
|
| +// Pop up an Email compose view filled with the instructions to setup the host.
|
| +- (void)emailSetupInstructions;
|
| +
|
| @end
|
|
|
| #endif // REMOTING_IOS_APP_APP_DELEGATE_H_
|
|
|