| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 10184ddf103b7a97ac1fb1a2989ae15f4611e271..869f42b0affb0dda0580f54141f2d57ccc0478d6 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -139,6 +139,10 @@ extern const wchar_t kLaunchModeValue[];
|
| // stored in a subkey named with the version number of the build. Each value
|
| // under the subkey represents an additional attempt.
|
| extern const wchar_t kBrowserCrashDumpAttemptsRegistryPath[];
|
| +// Registry location where the browser watcher stores browser exit codes.
|
| +// This is picked up and stored in histograms by the browser on the subsequent
|
| +// launch.
|
| +extern const wchar_t kBrowserExitCodesRegistryPath[];
|
| // Used by chrome.exe to signal that chrome.dll was started via a key sequence
|
| // that requires it to start in safe mode. For example, in software rendering.
|
| extern const char kSafeModeEnvVar[];
|
|
|