diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-28 17:15:48 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-28 17:15:48 +0000 |
commit | ca190c8dbed8e86e31dc8807824527395bdcfd4e (patch) | |
tree | 0d07d972cfb00a0dd8dafb7827e5e5388cef0f92 /chrome/chrome_common.gypi | |
parent | 6cec1ea63ac87acf05093b41fe826c94e08e8473 (diff) | |
download | chromium_src-ca190c8dbed8e86e31dc8807824527395bdcfd4e.zip chromium_src-ca190c8dbed8e86e31dc8807824527395bdcfd4e.tar.gz chromium_src-ca190c8dbed8e86e31dc8807824527395bdcfd4e.tar.bz2 |
Experimentally disable termination on heap corruption in order to measure the contribution of this feature to missing crash reports.
Because this feature is configured very early in the process lifetime it cannot be directly controlled by a field-trial. Rather, we query the status during a given execution, store that status in the registry, and then query the registry during startup. This means the experiment will only take effect the 2nd time it is executed.
BUG=394842
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284100
Review URL: https://codereview.chromium.org/402723002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285931 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 225052f..f4b2137 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -177,6 +177,8 @@ 'common/spellcheck_result.h', 'common/switch_utils.cc', 'common/switch_utils.h', + 'common/terminate_on_heap_corruption_experiment_win.cc', + 'common/terminate_on_heap_corruption_experiment_win.h', 'common/tts_messages.h', 'common/tts_utterance_request.cc', 'common/tts_utterance_request.h', |