Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: ios/web/shell/view_controller.h

Issue 1890333002: Web shell test to go back and forward. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatting Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698