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

Unified Diff: chrome/test/ppapi/ppapi_test.h

Issue 724323002: Non-SFI mode: Enable browser_tests for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/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;

Powered by Google App Engine
This is Rietveld 408576698