Chromium Code Reviews| Index: ios/web/shell/view_controller.mm |
| diff --git a/ios/web/shell/view_controller.mm b/ios/web/shell/view_controller.mm |
| index 5bf37c5942e9dfc12e58a73d464024360385af2c..1efdc3e627968093915f5d24aa815ce6fc5af9ec 100644 |
| --- a/ios/web/shell/view_controller.mm |
| +++ b/ios/web/shell/view_controller.mm |
| @@ -63,6 +63,10 @@ using web::NavigationManager; |
| [super dealloc]; |
| } |
| +- (CRWWebController*)webController { |
|
baxley
2016/04/15 23:57:48
this should go away before this lands.
|
| + return _webController; |
| +} |
| + |
| - (void)viewDidLoad { |
| [super viewDidLoad]; |