Update to Chromium version 58.0.3029.33

This commit is contained in:
Marshall Greenblatt
2017-03-28 14:02:31 -04:00
parent 4dd897f977
commit 20052b6e10
19 changed files with 59 additions and 65 deletions

View File

@ -47,7 +47,6 @@
#include "ui/views/widget/desktop_aura/desktop_screen.h"
#if defined(OS_WIN)
#include "libcef/common/crash_reporting_win.h"
#include "ui/base/cursor/cursor_loader_win.h"
#endif
#endif // defined(USE_AURA)
@ -169,10 +168,6 @@ int CefBrowserMainParts::PreCreateThreads() {
}
void CefBrowserMainParts::PreMainMessageLoopRun() {
#if defined(OS_WIN)
crash_reporting_win::BlockUntilHandlerStarted();
#endif
if (extensions::ExtensionsEnabled()) {
// Initialize extension global objects before creating the global
// BrowserContext.