diff options
author | pmonette <pmonette@chromium.org> | 2015-10-16 14:06:06 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-16 21:07:14 +0000 |
commit | 18d3ed36f113ef9fb159d729ec5c89b578ece692 (patch) | |
tree | 0a997db022ca60de0f61f30514f32ee0dbb23fc2 /chrome/nacl | |
parent | f12641d2936ba900434c4e9dd7945f2b26885269 (diff) | |
download | chromium_src-18d3ed36f113ef9fb159d729ec5c89b578ece692.zip chromium_src-18d3ed36f113ef9fb159d729ec5c89b578ece692.tar.gz chromium_src-18d3ed36f113ef9fb159d729ec5c89b578ece692.tar.bz2 |
Adding error handlers to setup.exe.
The handlers make setup crash cleanly when we run out of memory, on heap corruption and on invalid parameters in the CRT.
Moved 2 functions from startup_helper_win to base target.
Renamed startup_helper_win to sandbox_helper_win now that it contains only a function related to the sandbox.
BUG=530624
Review URL: https://codereview.chromium.org/1387963006
Cr-Commit-Position: refs/heads/master@{#354591}
Diffstat (limited to 'chrome/nacl')
-rw-r--r-- | chrome/nacl/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nacl/DEPS b/chrome/nacl/DEPS index 08d6143..19d05a6 100644 --- a/chrome/nacl/DEPS +++ b/chrome/nacl/DEPS @@ -2,7 +2,7 @@ include_rules = [ "+chrome/app/chrome_crash_reporter_client.h", "+components/crash", "+components/nacl", - "+content/public/app/startup_helper_win.h", + "+content/public/app/sandbox_helper_win.h", "+content/public/common/content_switches.h", "+sandbox/win/src", ] |