| Index: chrome/test/ppapi/ppapi_test.h
|
| diff --git a/chrome/test/ppapi/ppapi_test.h b/chrome/test/ppapi/ppapi_test.h
|
| index 8d71b502a8ee0d827abdafcdd08610559f84e464..c2a2c62110c493b918810878fe067dc9f821732d 100644
|
| --- a/chrome/test/ppapi/ppapi_test.h
|
| +++ b/chrome/test/ppapi/ppapi_test.h
|
| @@ -183,11 +183,29 @@ class PPAPINaClPNaClNonSfiTest : public PPAPINaClTest {
|
| const std::string& test_case) override;
|
| };
|
|
|
| +// TODO(hidehiko): Switch NonSfi tests to use nacl_helper_nonsfi, when
|
| +// it is launched officially. See NaClBrowserTestPnaclTransitionalNonSfi
|
| +// for more details.
|
| +class PPAPINaClPNaClTransitionalNonSfiTest : public PPAPINaClPNaClNonSfiTest {
|
| + public:
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) override;
|
| +};
|
| +
|
| class PPAPIPrivateNaClPNaClNonSfiTest : public PPAPINaClPNaClNonSfiTest {
|
| protected:
|
| virtual void SetUpCommandLine(base::CommandLine* command_line) override;
|
| };
|
|
|
| +// TODO(hidehiko): Switch NonSfi tests to use nacl_helper_nonsfi, when
|
| +// it is launched officially. See NaClBrowserTestPnaclTransitionalNonSfi
|
| +// for more details.
|
| +class PPAPIPrivateNaClPNaClTransitionalNonSfiTest
|
| + : public PPAPIPrivateNaClPNaClNonSfiTest {
|
| + protected:
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) override;
|
| +};
|
| +
|
| +
|
| class PPAPINaClTestDisallowedSockets : public PPAPITestBase {
|
| public:
|
| virtual void SetUpCommandLine(base::CommandLine* command_line) override;
|
|
|