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

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: stuff 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
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;

Powered by Google App Engine
This is Rietveld 408576698