| 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;
|
|
|