| Index: content/shell/app/shell_main_delegate.cc
|
| diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc
|
| index ab965e7eb3634a4313912f7b15145c0ac5609b10..0fe592b0010891b3b909390116f52f8f946bd881 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -59,6 +59,7 @@
|
| #include <windows.h>
|
| #include "base/logging_win.h"
|
| #include "components/crash/app/breakpad_win.h"
|
| +#include "content/shell/common/v8_breakpad_support_win.h"
|
| #endif
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| @@ -113,6 +114,8 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| #if defined(OS_WIN)
|
| // Enable trace control and transport through event tracing for Windows.
|
| logging::LogEventProvider::Initialize(kContentShellProviderName);
|
| +
|
| + v8_breakpad_support::SetUp();
|
| #endif
|
| #if defined(OS_MACOSX)
|
| // Needs to happen before InitializeResourceBundle() and before
|
|
|