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

Unified Diff: chrome/browser/ui/webui/web_ui_browsertest.h

Issue 11363170: Add an accessibility audit test for WebUI pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moving accessibility-developer-tools to src/third_party Created 8 years, 1 month 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: 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.

Powered by Google App Engine
This is Rietveld 408576698