summaryrefslogtreecommitdiffstats
path: root/chrome/test/nacl
diff options
context:
space:
mode:
authorhidehiko <hidehiko@chromium.org>2015-04-09 07:53:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-09 14:54:30 +0000
commit4a7ef3d0a0eb9cbc1829900617537651a12d3015 (patch)
tree5e779c6457180ce4f86044ef50fac96fa2531739 /chrome/test/nacl
parent7417fb367f80667ad079af361cdd508808b327c0 (diff)
downloadchromium_src-4a7ef3d0a0eb9cbc1829900617537651a12d3015.zip
chromium_src-4a7ef3d0a0eb9cbc1829900617537651a12d3015.tar.gz
chromium_src-4a7ef3d0a0eb9cbc1829900617537651a12d3015.tar.bz2
Non-SFI mode: Enable namespace sandbox for nacl_helper_nonsfi.
This CL enables namespace sandbox, which replaces suid sandbox of nacl_helper_nonsfi. TEST=browser_tests --gtest_filter=*Traditional*, ran bots. BUG=464663 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_trusty32_rel,linux_arm TBR=jln@chromium.org Review URL: https://codereview.chromium.org/1058783002 Cr-Commit-Position: refs/heads/master@{#324438}
Diffstat (limited to 'chrome/test/nacl')
-rw-r--r--chrome/test/nacl/nacl_browsertest_util.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/test/nacl/nacl_browsertest_util.cc b/chrome/test/nacl/nacl_browsertest_util.cc
index 996efe2..7d63c84 100644
--- a/chrome/test/nacl/nacl_browsertest_util.cc
+++ b/chrome/test/nacl/nacl_browsertest_util.cc
@@ -303,9 +303,6 @@ void NaClBrowserTestTransitionalNonSfi::SetUpCommandLine(
base::CommandLine* command_line) {
NaClBrowserTestNonSfiMode::SetUpCommandLine(command_line);
command_line->AppendSwitch(switches::kUseNaClHelperNonSfi);
- // TODO(hidehiko): Remove this flag, when namespace sandbox is supported
- // by nacl_helper_nonsfi. (cf. crbug.com/464663)
- command_line->AppendSwitch(switches::kDisableNamespaceSandbox);
}
base::FilePath::StringType NaClBrowserTestStatic::Variant() {
@@ -331,9 +328,6 @@ void NaClBrowserTestPnaclTransitionalNonSfi::SetUpCommandLine(
base::CommandLine* command_line) {
NaClBrowserTestPnaclNonSfi::SetUpCommandLine(command_line);
command_line->AppendSwitch(switches::kUseNaClHelperNonSfi);
- // TODO(hidehiko): Remove this flag, when namespace sandbox is supported
- // by nacl_helper_nonsfi. (cf. crbug.com/464663)
- command_line->AppendSwitch(switches::kDisableNamespaceSandbox);
}
void NaClBrowserTestNewlibExtension::SetUpCommandLine(