Chromium Code Reviews| 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_ |