Chromium Code Reviews| Index: chrome/installer/linux/common/wrapper |
| diff --git a/chrome/installer/linux/common/wrapper b/chrome/installer/linux/common/wrapper |
| index 83c2ba44c63ed045d6ccc6dcc995ae3839bf6504..7d4208c32637e58cd5f19511bbc0e13312393c4d 100755 |
| --- a/chrome/installer/linux/common/wrapper |
| +++ b/chrome/installer/linux/common/wrapper |
| @@ -34,6 +34,9 @@ else |
| fi |
| export LD_LIBRARY_PATH |
| +# Pass LD_LIBRARY_PATH to nacl_helper |
| +export NACL_ENV_PASSTHROUGH=LD_LIBRARY_PATH |
| + |
| export CHROME_VERSION_EXTRA="@@CHANNEL@@" |
| # We don't want bug-buddy intercepting our crashes. http://crbug.com/24120 |