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

Unified Diff: trunk/src/chrome/test/nacl/nacl_browsertest_util.cc

Issue 265433002: Revert 266968 "NonSFI NaCl: Plumb Exception IRT enough for break..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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 | « trunk/src/chrome/test/nacl/nacl_browsertest_util.h ('k') | trunk/src/components/nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/test/nacl/nacl_browsertest_util.cc
===================================================================
--- trunk/src/chrome/test/nacl/nacl_browsertest_util.cc (revision 266986)
+++ trunk/src/chrome/test/nacl/nacl_browsertest_util.cc (working copy)
@@ -338,13 +338,3 @@
*document_root = base::FilePath(FILE_PATH_LITERAL("chrome/test/data/nacl"));
return true;
}
-
-base::FilePath::StringType NaClBrowserTestPnaclNonSfi::Variant() {
- return FILE_PATH_LITERAL("nonsfi");
-}
-
-void NaClBrowserTestPnaclNonSfi::SetUpCommandLine(
- base::CommandLine* command_line) {
- NaClBrowserTestBase::SetUpCommandLine(command_line);
- command_line->AppendSwitch(switches::kEnableNaClNonSfiMode);
-}
« no previous file with comments | « trunk/src/chrome/test/nacl/nacl_browsertest_util.h ('k') | trunk/src/components/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698