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

Unified Diff: chrome_frame/crash_reporting/crash_report.h

Issue 1733021: Add an ExceptionBarrier around outbound calls to patched methods in IE. In so... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
Index: chrome_frame/crash_reporting/crash_report.h
===================================================================
--- chrome_frame/crash_reporting/crash_report.h (revision 45197)
+++ chrome_frame/crash_reporting/crash_report.h (working copy)
@@ -9,6 +9,7 @@
#include <string>
+#include "base/lock.h"
Sigurður Ásgeirsson 2010/04/28 01:54:10 you need this?
robertshield 2010/04/28 10:45:57 ugh, no. Will remove in forthcoming patch.
#include "base/logging.h"
#include "breakpad/src/client/windows/handler/exception_handler.h"
@@ -29,4 +30,7 @@
bool ShutdownVectoredCrashReporting();
+bool WriteMinidumpForException(EXCEPTION_POINTERS* p);
+
+
#endif // CHROME_FRAME_CRASH_REPORTING_CRASH_REPORT_H_

Powered by Google App Engine
This is Rietveld 408576698