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

Unified Diff: chrome_frame/crash_reporting/crash_dll.h

Issue 872004: Heuristically avoid reporting crashes during DLL loading.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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_dll.h
===================================================================
--- chrome_frame/crash_reporting/crash_dll.h (revision 41289)
+++ chrome_frame/crash_reporting/crash_dll.h (working copy)
@@ -6,6 +6,7 @@
// Set either of these environment variables to
// crash at load or unload time, respectively.
+static const wchar_t* kCrashDllName = L"crash_dll.dll";
static const wchar_t* kCrashOnLoadMode = L"CRASH_DLL_CRASH_ON_LOAD";
static const wchar_t* kCrashOnUnloadMode = L"CRASH_DLL_CRASH_ON_UNLOAD";
static const DWORD kCrashAddress = 0x42;
« no previous file with comments | « no previous file | chrome_frame/crash_reporting/nt_loader.h » ('j') | chrome_frame/crash_reporting/nt_loader_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698