| Index: ios/web/shell/view_controller.h
|
| diff --git a/ios/web/shell/view_controller.h b/ios/web/shell/view_controller.h
|
| index 40596f8d8dbaedb8678099dd6940bcdbf6532ca8..781dfe3d118ea1024f28c7a5e6bc21b93c53bb98 100644
|
| --- a/ios/web/shell/view_controller.h
|
| +++ b/ios/web/shell/view_controller.h
|
| @@ -33,4 +33,8 @@ extern NSString* const kWebShellAddressFieldAccessibilityLabel;
|
|
|
| @end
|
|
|
| +@interface ViewController (ExposedForTesting)
|
| +- (CRWWebController*)webController;
|
| +@end
|
| +
|
| #endif // IOS_WEB_SHELL_VIEW_CONTROLLER_H_
|
|
|