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..33dc683b81fb067e55ceb7ad34e4ba0258ecfb5b 100644 |
--- a/chrome/test/ppapi/ppapi_test.h |
+++ b/chrome/test/ppapi/ppapi_test.h |
@@ -183,11 +183,23 @@ class PPAPINaClPNaClNonSfiTest : public PPAPINaClTest { |
const std::string& test_case) override; |
}; |
+class PPAPINaClPNaClNaClHelperNonSfiTest : public PPAPINaClPNaClNonSfiTest { |
dmichael (off chromium)
2014/11/14 16:25:19
This name is really long and doesn't really explai
Mark Seaborn
2014/11/14 16:58:41
Yeah, this needs a name that indicates that these
hidehiko
2014/11/14 18:45:32
I'm open for naming. Some my thoughts:
Probably i
dmichael (off chromium)
2014/11/14 19:26:52
Sounds good.
|
+ public: |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
+}; |
+ |
class PPAPIPrivateNaClPNaClNonSfiTest : public PPAPINaClPNaClNonSfiTest { |
protected: |
virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
}; |
+class PPAPIPrivateNaClPNaClNaClHelperNonSfiTest |
+ : public PPAPIPrivateNaClPNaClNonSfiTest { |
+ protected: |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
+}; |
+ |
+ |
class PPAPINaClTestDisallowedSockets : public PPAPITestBase { |
public: |
virtual void SetUpCommandLine(base::CommandLine* command_line) override; |