| 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".
|
|
|