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

Unified Diff: chrome/test/nacl/nacl_browsertest_util.h

Issue 1005173006: Add a switch for using PNaCl Subzero and use it for -O0 translation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix takefileinfo Created 5 years, 9 months 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
« no previous file with comments | « chrome/test/nacl/nacl_browsertest.cc ('k') | chrome/test/nacl/nacl_browsertest_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b40bf89ba878323e0fe78353f829a066aaf70683 100644
--- a/chrome/test/nacl/nacl_browsertest_util.h
+++ b/chrome/test/nacl/nacl_browsertest_util.h
@@ -123,6 +123,14 @@ class NaClBrowserTestPnacl : public NaClBrowserTestBase {
bool IsAPnaclTest() override;
};
+// TODO(jvoung): We can remove this and test the Subzero translator
+// with NaClBrowserTestPnacl once Subzero is automatically chosen
+// (not behind a flag).
+class NaClBrowserTestPnaclSubzero : public NaClBrowserTestPnacl {
+ public:
+ void SetUpCommandLine(base::CommandLine* command_line) override;
+};
+
class NaClBrowserTestPnaclNonSfi : public NaClBrowserTestBase {
public:
void SetUpCommandLine(base::CommandLine* command_line) override;
« no previous file with comments | « chrome/test/nacl/nacl_browsertest.cc ('k') | chrome/test/nacl/nacl_browsertest_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698