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

Unified Diff: content/common/sandbox_win.cc

Issue 1077913002: Reverted appcontainer mini-dump creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_win.cc
diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc
index 0a25bdcf62d020e6e3671124025b9814583036eb..a8100bee7b880b8fdf9378869e87c3dd32e0bca8 100644
--- a/content/common/sandbox_win.cc
+++ b/content/common/sandbox_win.cc
@@ -8,7 +8,6 @@
#include "base/base_switches.h"
#include "base/command_line.h"
-#include "base/debug/dump_without_crashing.h"
#include "base/debug/profiler.h"
#include "base/files/file_util.h"
#include "base/hash.h"
@@ -745,11 +744,6 @@ base::Process StartSandboxedProcess(
"Process.Sandbox.Lowbox.Launch.Error" :
"Process.Sandbox.Launch.Error",
last_error);
- // Trigger a minidump without crashing the browser.
- // Note that this function will only generate minidump if content host
- // has already done pre-setup by calling
- // base::debug::SetDumpWithoutCrashingFunction
- base::debug::DumpWithoutCrashing();
} else
DLOG(ERROR) << "Failed to launch process. Error: " << result;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698