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

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

Issue 2340533004: [ios] Implemented -[ShellEarlGrey loadURL:]. (Closed)
Patch Set: Do not wait for Window ID injection if content is not HTML. 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
Index: ios/web/shell/test/app/navigation_test_util.h
diff --git a/ios/web/shell/test/app/navigation_test_util.h b/ios/web/shell/test/app/navigation_test_util.h
index fc94394ffe9092fedb80ae306ffc5b69bf7addbc..a7ec0b26ffe04aa561dd41aae11f540b91e5e3ca 100644
--- a/ios/web/shell/test/app/navigation_test_util.h
+++ b/ios/web/shell/test/app/navigation_test_util.h
@@ -14,7 +14,10 @@ namespace shell_test_util {
// ui::PAGE_TRANSITION_TYPED.
void LoadUrl(const GURL& url);
+// Returns true if the current page in the current WebState is loading.
+bool IsLoading();
+
} // namespace shell_test_util
} // namespace web
-#endif // IOS_WEB_SHELL_TEST_APP_NAVIGATION_TEST_UTIL_H_
+#endif // IOS_WEB_SHELL_TEST_APP_NAVIGATION_TEST_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698