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

Unified Diff: ios/web/shell/test/app/navigation_test_util.mm

Issue 2340533004: [ios] Implemented -[ShellEarlGrey loadURL:]. (Closed)
Patch Set: Addressed review comments Created 4 years, 3 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/app/navigation_test_util.h ('k') | ios/web/shell/test/earl_grey/shell_earl_grey.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/app/navigation_test_util.mm
diff --git a/ios/web/shell/test/app/navigation_test_util.mm b/ios/web/shell/test/app/navigation_test_util.mm
index 908dab6b4d74cafd2ef62fb2403dbd529c1263ba..3266e2c2bece713c373beceb35ce7df308f245c0 100644
--- a/ios/web/shell/test/app/navigation_test_util.mm
+++ b/ios/web/shell/test/app/navigation_test_util.mm
@@ -14,5 +14,9 @@ void LoadUrl(const GURL& url) {
web::test::LoadUrl(GetCurrentWebState(), url);
}
+bool IsLoading() {
+ return GetCurrentWebState()->IsLoading();
+}
+
} // namespace shell_test_util
} // namespace web
« no previous file with comments | « ios/web/shell/test/app/navigation_test_util.h ('k') | ios/web/shell/test/earl_grey/shell_earl_grey.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698