summaryrefslogtreecommitdiffstats
path: root/chrome/common/env_vars.h
diff options
context:
space:
mode:
authorcpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 00:18:24 +0000
committercpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 00:18:24 +0000
commite73c0197733c2b354d4f1c30153e64951593602a (patch)
tree9ff5e77f9ed53e9d4583b7ef1ae178ec1c771b16 /chrome/common/env_vars.h
parentcdcd319904e1ef4323a98bf52d3ae8f7ae726c09 (diff)
downloadchromium_src-e73c0197733c2b354d4f1c30153e64951593602a.zip
chromium_src-e73c0197733c2b354d4f1c30153e64951593602a.tar.gz
chromium_src-e73c0197733c2b354d4f1c30153e64951593602a.tar.bz2
Add a couple of metrics to help us quantify two cases that can prevent us to get crash reports.
- Added env_vars to exe project instead of keep duplicating the strings. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/env_vars.h')
-rw-r--r--chrome/common/env_vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/env_vars.h b/chrome/common/env_vars.h
index 51b18ad..5ba9743 100644
--- a/chrome/common/env_vars.h
+++ b/chrome/common/env_vars.h
@@ -40,6 +40,7 @@ extern const wchar_t kShowRestart[];
extern const wchar_t kRestartInfo[];
extern const wchar_t kRtlLocale[];
extern const wchar_t kLtrLocale[];
+extern const wchar_t kNoOOBreakpad[];
} // namespace env_vars