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

Side by Side Diff: chrome_frame/crash_reporting/crash_dll.h

Issue 882001: Utility functions to interact with the NT loader's data structures and associ... (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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4 #ifndef CHROME_FRAME_CRASH_REPORT_CRASH_DLL_H_
5 #define CHROME_FRAME_CRASH_REPORT_CRASH_DLL_H_
6
7 // Set either of these environment variables to
8 // crash at load or unload time, respectively.
9 static const wchar_t* kCrashOnLoadMode = L"CRASH_DLL_CRASH_ON_LOAD";
amit 2010/03/11 16:08:51 nit: declspec(SELECTANY) or definitions in .cc?
Sigurður Ásgeirsson 2010/03/11 16:16:35 The static declaration serves the same purpose as
10 static const wchar_t* kCrashOnUnloadMode = L"CRASH_DLL_CRASH_ON_UNLOAD";
11 static const DWORD kCrashAddress = 0x42;
12
13 #endif // CHROME_FRAME_CRASH_REPORT_CRASH_DLL_H_
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/crash_reporting/crash_dll.cc » ('j') | chrome_frame/crash_reporting/nt_loader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698