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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 #ifndef CHROME_FRAME_CRASH_REPORT_CRASH_DLL_H_ 4 #ifndef CHROME_FRAME_CRASH_REPORT_CRASH_DLL_H_
5 #define CHROME_FRAME_CRASH_REPORT_CRASH_DLL_H_ 5 #define CHROME_FRAME_CRASH_REPORT_CRASH_DLL_H_
6 6
7 // Set either of these environment variables to 7 // Set either of these environment variables to
8 // crash at load or unload time, respectively. 8 // crash at load or unload time, respectively.
9 static const wchar_t* kCrashDllName = L"crash_dll.dll";
9 static const wchar_t* kCrashOnLoadMode = L"CRASH_DLL_CRASH_ON_LOAD"; 10 static const wchar_t* kCrashOnLoadMode = L"CRASH_DLL_CRASH_ON_LOAD";
10 static const wchar_t* kCrashOnUnloadMode = L"CRASH_DLL_CRASH_ON_UNLOAD"; 11 static const wchar_t* kCrashOnUnloadMode = L"CRASH_DLL_CRASH_ON_UNLOAD";
11 static const DWORD kCrashAddress = 0x42; 12 static const DWORD kCrashAddress = 0x42;
12 13
13 #endif // CHROME_FRAME_CRASH_REPORT_CRASH_DLL_H_ 14 #endif // CHROME_FRAME_CRASH_REPORT_CRASH_DLL_H_
OLDNEW
« 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