Chromium Code Reviews| Index: ios/web_view/shell/shell_view_controller.h |
| diff --git a/ios/web_view/shell/shell_view_controller.h b/ios/web_view/shell/shell_view_controller.h |
| index 980f92cd85b2fb54b7b37cec0c92e88c69cc1663..6a2cc7b892ffacec47751b64ca84df850d315bef 100644 |
| --- a/ios/web_view/shell/shell_view_controller.h |
| +++ b/ios/web_view/shell/shell_view_controller.h |
| @@ -7,12 +7,13 @@ |
| #import <UIKit/UIKit.h> |
| +#import "ios/web_view/public/cwv_ui_delegate.h" |
| #import "ios/web_view/public/cwv_web_view_delegate.h" |
| // Implements the main UI for web_view_shell, including the toolbar and web |
| // view. |
| @interface ShellViewController |
| - : UIViewController<CWVWebViewDelegate, UITextFieldDelegate> |
| + : UIViewController<CWVUIDelegate, CWVWebViewDelegate, UITextFieldDelegate> |
|
Eugene But (OOO till 7-30)
2017/02/27 16:34:07
Do you want to move protocols conformance to the i
michaeldo
2017/02/27 19:02:06
Done.
|
| @end |