Chromium Code Reviews| 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) |
|
Eugene But (OOO till 7-30)
2016/04/16 00:38:41
I don't see any issues with making WebState a publ
baxley
2016/04/21 16:09:18
Done.
|
| +- (CRWWebController*)webController; |
| +@end |
| + |
| #endif // IOS_WEB_SHELL_VIEW_CONTROLLER_H_ |