| Index: content/public/test/content_browser_test_utils.h
|
| diff --git a/content/public/test/content_browser_test_utils.h b/content/public/test/content_browser_test_utils.h
|
| index 2afc9361b09c31c37cc03bad4e9cb65316203a59..8c6d7bdc364467f5f1bbee8fb989eea1f23aa7e6 100644
|
| --- a/content/public/test/content_browser_test_utils.h
|
| +++ b/content/public/test/content_browser_test_utils.h
|
| @@ -42,6 +42,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.
|
|
|