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

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: s/include/import 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
« no previous file with comments | « ios/web/shell/test/web_view_matchers.mm ('k') | ios/web/shell/view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/view_controller.h
diff --git a/ios/web/shell/view_controller.h b/ios/web/shell/view_controller.h
index 5e693256f0dcb2340c938c3ff6348b6269fb152f..8f152710414a7e073bd5f5046e7ac132b487892e 100644
--- a/ios/web/shell/view_controller.h
+++ b/ios/web/shell/view_controller.h
@@ -9,6 +9,7 @@
namespace web {
class BrowserState;
+class WebState;
}
// Accessibility label for the back button.
@@ -23,6 +24,7 @@ extern NSString* const kWebShellAddressFieldAccessibilityLabel;
@property(nonatomic, retain) IBOutlet UIView* containerView;
@property(nonatomic, retain) IBOutlet UIToolbar* toolbarView;
+@property(nonatomic, assign, readonly) web::WebState* webState;
// Initializes a new ViewController from |MainView.xib| using the given
// |browserState|.
« no previous file with comments | « ios/web/shell/test/web_view_matchers.mm ('k') | ios/web/shell/view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698