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

Unified Diff: sandbox/mac/sandbox_mac_compiler_v2_unittest.mm

Issue 2869203003: Add the SeatbeltExec classes to facilitate the V2 sandbox. (Closed)
Patch Set: Quiet logging from unit tests Created 3 years, 7 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: sandbox/mac/sandbox_mac_compiler_v2_unittest.mm
diff --git a/sandbox/mac/sandbox_mac_compiler_v2_unittest.mm b/sandbox/mac/sandbox_mac_compiler_v2_unittest.mm
index adb9895c3efd9062ccbc9159f3b46e221d2a262a..4b0ee197b66caec88d9190f4656271aefa2d5d5e 100644
--- a/sandbox/mac/sandbox_mac_compiler_v2_unittest.mm
+++ b/sandbox/mac/sandbox_mac_compiler_v2_unittest.mm
@@ -35,7 +35,7 @@ MULTIPROCESS_TEST_MAIN(V2ProfileProcess) {
// print the profile out for debugging purposes.
std::string profile =
"(version 1)\n"
- "(deny default)\n"
+ "(deny default (with no-log))\n"
"(define allowed-dir \"ALLOWED_READ_DIR\")\n"
"(define temp-file \"ALLOWED_TEMP_FILE\")\n"
"(define is-pre-10_10 \"IS_PRE_10_10\")\n"

Powered by Google App Engine
This is Rietveld 408576698