| Index: tools/valgrind/valgrind_test.py
|
| diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py
|
| index 5576ed3177655d43038fc6e24609227e95610000..6efaeb610915e3fef140f4146b9c1ce85edac573 100644
|
| --- a/tools/valgrind/valgrind_test.py
|
| +++ b/tools/valgrind/valgrind_test.py
|
| @@ -380,12 +380,6 @@ class ValgrindTool(BaseTool):
|
|
|
| # The Valgrind command is constructed.
|
|
|
| - # Valgrind doesn't play nice with the Chrome sandbox. Empty this env var
|
| - # set by runtest.py to disable the sandbox.
|
| - if os.environ.get("CHROME_DEVEL_SANDBOX", None):
|
| - logging.info("Removing CHROME_DEVEL_SANDBOX from environment")
|
| - os.environ["CHROME_DEVEL_SANDBOX"] = ''
|
| -
|
| # Handle --indirect_webkit_layout separately.
|
| if self._options.indirect_webkit_layout:
|
| # Need to create the wrapper before modifying |proc|.
|
|
|