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

Unified Diff: ios/web_view/test/chrome_web_view_test.h

Issue 2940953003: Consolidated all CWVWebView test helpers inside web_view_test_util file. (Closed)
Patch Set: Addressed review comments Created 3 years, 6 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_view/test/chrome_web_view_test.h
diff --git a/ios/web_view/test/chrome_web_view_test.h b/ios/web_view/test/chrome_web_view_test.h
index 92505c53d3d835de0b7513eacc86a051130bb928..d6e735340bcbf9537f38652b359ef34177a9ec85 100644
--- a/ios/web_view/test/chrome_web_view_test.h
+++ b/ios/web_view/test/chrome_web_view_test.h
@@ -42,13 +42,6 @@ class ChromeWebViewTest : public PlatformTest {
GURL GetUrlForPageWithTitleAndBody(const std::string& title,
const std::string& body);
- // Loads |URL| in |web_view| and waits until the load completes. Asserts if
- // loading does not complete.
- void LoadUrl(CWVWebView* web_view, NSURL* url);
-
- // Waits until |web_view| stops loading. Asserts if loading does not complete.
- void WaitForPageLoadCompletion(CWVWebView* web_view);
-
// PlatformTest methods.
void SetUp() override;
« no previous file with comments | « ios/web_view/test/chrome_web_view_restorable_state_inttest.mm ('k') | ios/web_view/test/chrome_web_view_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698