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

Unified Diff: chrome/test/data/webui/print_preview.h

Issue 601083004: Enable a11y audit for chrome://print and fix failing tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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/test/data/webui/print_preview.h
diff --git a/chrome/test/data/webui/print_preview.h b/chrome/test/data/webui/print_preview.h
index 26985638b346207e2281b7e567d1bbf9893ecc29..ea072f411d1f90e5eba78a26238f91c12a9c9e4b 100644
--- a/chrome/test/data/webui/print_preview.h
+++ b/chrome/test/data/webui/print_preview.h
@@ -16,4 +16,13 @@ class PrintPreviewWebUITest : public WebUIBrowserTest {
DISALLOW_COPY_AND_ASSIGN(PrintPreviewWebUITest);
};
+class PrintPreviewWebUIAsyncTest : public PrintPreviewWebUITest {
Dan Beam 2014/10/20 20:15:25 why can't we do the inheritance in JS only?
hcarmona 2014/10/21 01:07:17 Don't know, but I was getting compile errors in th
+ public:
+ PrintPreviewWebUIAsyncTest();
+ virtual ~PrintPreviewWebUIAsyncTest();
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(PrintPreviewWebUIAsyncTest);
+};
+
#endif // CHROME_TEST_DATA_WEBUI_PRINT_PREVIEW_H_

Powered by Google App Engine
This is Rietveld 408576698