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); |
-} |