Chromium Code Reviews| Index: content/browser/accessibility/dump_accessibility_browsertest_base.h |
| diff --git a/content/browser/accessibility/dump_accessibility_browsertest_base.h b/content/browser/accessibility/dump_accessibility_browsertest_base.h |
| index 965fdef53a533f09d362755d5635dcaf3c27700d..94f4007c228933f841372c6dc725ac749b16f3f4 100644 |
| --- a/content/browser/accessibility/dump_accessibility_browsertest_base.h |
| +++ b/content/browser/accessibility/dump_accessibility_browsertest_base.h |
| @@ -26,7 +26,10 @@ class DumpAccessibilityTestBase : public ContentBrowserTest { |
| // loads the HTML, loads the accessibility tree, calls Dump(), then |
| // compares the output to the expected result and has the test succeed |
| // or fail based on the diff. |
| - void RunTest(const base::FilePath::CharType* file_path); |
| + void RunTest(const base::FilePath file_path, const char* file_dir); |
| + void RunAriaTest(const base::FilePath::CharType* file_path); |
| + void RunEventTest(const base::FilePath::CharType* file_path); |
|
dmazzoni
2014/12/22 08:01:20
This doesn't belong in DumpAccessibilityTestBase,
shreeramk
2014/12/22 16:56:25
Oops sorry. Will take care in next patchset.
|
| + void RunHtmlTest(const base::FilePath::CharType* file_path); |
| protected: |
| // |