Index: content/test/content_browser_test_utils.h |
diff --git a/content/test/content_browser_test_utils.h b/content/test/content_browser_test_utils.h |
index 09f44b8f90156e7ab5dc32e4f1686e6fc78a385d..888c495121178bc35804cc0e2ca34182eb1ad893 100644 |
--- a/content/test/content_browser_test_utils.h |
+++ b/content/test/content_browser_test_utils.h |
@@ -41,6 +41,10 @@ GURL GetTestUrl(const char* dir, const char* file); |
// Navigates the selected tab of |window| to |url|, blocking until the |
// navigation finishes. |
void NavigateToURL(Shell* window, const GURL& url); |
+void LoadDataWithBaseURL(Shell* window, |
+ const GURL& url, |
+ const std::string data, |
+ const GURL& base_url); |
// Navigates the selected tab of |window| to |url|, blocking until the given |
// number of navigations finishes. |