| Index: chrome/browser/ui/webui/web_ui_browsertest.h
|
| diff --git a/chrome/browser/ui/webui/web_ui_browsertest.h b/chrome/browser/ui/webui/web_ui_browsertest.h
|
| index f184570deb369472245840dd3f09436013781bf7..3a871cee15a2c6fcd1744111a230d3de23d56b89 100644
|
| --- a/chrome/browser/ui/webui/web_ui_browsertest.h
|
| +++ b/chrome/browser/ui/webui/web_ui_browsertest.h
|
| @@ -51,6 +51,7 @@ class WebUIBrowserTest
|
| // If a relative path is specified, it'll be read
|
| // as relative to the test data dir.
|
| void AddLibrary(const FilePath& library_path);
|
| + void AddLibraryFromUTFPath(std::string path);
|
|
|
| // Runs a javascript function in the context of all libraries.
|
| // Note that calls to functions in test_api.js are not supported.
|
|
|