Chromium Code Reviews| Index: chrome/test/nacl/nacl_browsertest_util.h |
| diff --git a/chrome/test/nacl/nacl_browsertest_util.h b/chrome/test/nacl/nacl_browsertest_util.h |
| index 703bada78e26810a3ecdd2f02c39501ee8d48986..b94df072b3920a951785124530e71d7da37194d5 100644 |
| --- a/chrome/test/nacl/nacl_browsertest_util.h |
| +++ b/chrome/test/nacl/nacl_browsertest_util.h |
| @@ -123,6 +123,11 @@ class NaClBrowserTestPnacl : public NaClBrowserTestBase { |
| bool IsAPnaclTest() override; |
| }; |
| +class NaClBrowserTestPnaclSubzero : public NaClBrowserTestPnacl { |
|
Nick Bray (chromium)
2015/03/27 20:30:42
Comment about this being temporary (I assume) and
jvoung (off chromium)
2015/03/28 01:18:34
Done.
|
| + public: |
| + void SetUpCommandLine(base::CommandLine* command_line) override; |
| +}; |
| + |
| class NaClBrowserTestPnaclNonSfi : public NaClBrowserTestBase { |
| public: |
| void SetUpCommandLine(base::CommandLine* command_line) override; |