Index: content/common/sandbox_mac_unittest_helper.h |
diff --git a/content/common/sandbox_mac_unittest_helper.h b/content/common/sandbox_mac_unittest_helper.h |
index f228678a2bf5e2890751ccac8302bb3d171be5ff..84c32211d082017d6566a69517aaa5c22936b396 100644 |
--- a/content/common/sandbox_mac_unittest_helper.h |
+++ b/content/common/sandbox_mac_unittest_helper.h |
@@ -47,7 +47,8 @@ class MacSandboxTest : public base::MultiProcessTest { |
public: |
// Runs a test specified by |test_name| in a sandbox of the type specified |
// by |sandbox_type|. |test_data| is a custom string that a test can pass |
- // to the child process runing in the sandbox. |
+ // to the child process runing in the sandbox, or NULL if additional data is |
+ // required. |
// Returns true if the test passes, false if either of the functions in |
// the corresponding MacSandboxTestCase return false. |
bool RunTestInSandbox(sandbox::Sandbox::SandboxProcessType sandbox_type, |