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 |