summaryrefslogtreecommitdiffstats
path: root/chrome_frame/crash_reporting/crash_dll.h
blob: 2c06f468a127b20bc9070da3f437ee802b400859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_FRAME_CRASH_REPORTING_CRASH_DLL_H_
#define CHROME_FRAME_CRASH_REPORTING_CRASH_DLL_H_

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

#endif  // CHROME_FRAME_CRASH_REPORTING_CRASH_DLL_H_