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

Unified Diff: ios/web/test/web_int_test.h

Issue 2903883002: Added NavigationContext::IsPost. (Closed)
Patch Set: Self review Created 3 years, 7 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/public/web_state/navigation_context.h ('k') | ios/web/test/web_int_test.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/web_int_test.h
diff --git a/ios/web/test/web_int_test.h b/ios/web/test/web_int_test.h
index 4330b1f2a0e9d923952e19125e1f0d789228c79c..4bd312ebcc911e12bbe73dd1937f51adc6502bcb 100644
--- a/ios/web/test/web_int_test.h
+++ b/ios/web/test/web_int_test.h
@@ -51,6 +51,9 @@ class WebIntTest : public WebTest {
// Navigates |web_state_| to |url| and waits for the page to be loaded.
void LoadUrl(const GURL& url);
+ // Navigates |web_state_| using |params| and waits for the page to be loaded.
+ void LoadWithParams(const NavigationManager::WebLoadParams& params);
+
// Synchronously removes data from |data_store|.
// |websiteDataTypes| is from the constants defined in
// "WebKit/WKWebsiteDataRecord".
« no previous file with comments | « ios/web/public/web_state/navigation_context.h ('k') | ios/web/test/web_int_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698