| 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 e198b1ed4f74b64c7951f099942f55304a68dcbf..50a9498dd4e649f608084e9a78339b8b5cf92cbb 100644
|
| --- a/content/public/test/content_browser_test_utils.h
|
| +++ b/content/public/test/content_browser_test_utils.h
|
| @@ -37,12 +37,18 @@ class WebContents;
|
| // The file for the tests is all located in
|
| // content/test/data/dir/<file>
|
| // The returned path is FilePath format.
|
| +//
|
| +// A null |dir| indicates the root directory - i.e.
|
| +// content/test/data/<file>
|
| base::FilePath GetTestFilePath(const char* dir, const char* file);
|
|
|
| // Generate the URL for testing a particular test.
|
| // HTML for the tests is all located in
|
| // test_root_directory/dir/<file>
|
| // The returned path is GURL format.
|
| +//
|
| +// A null |dir| indicates the root directory - i.e.
|
| +// content/test/data/<file>
|
| GURL GetTestUrl(const char* dir, const char* file);
|
|
|
| // Navigates |window| to |url|, blocking until the navigation finishes.
|
|
|