| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 310d3ce4cef634c2501a34c59181df9b0024771b..db2739cbd36cab64fcf150744b71392dad12f93d 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1064,9 +1064,9 @@
|
| # Windows.
|
| ['OS=="win" and target_arch=="ia32" and branding=="Chrome"', {
|
| # Enable hang reports from the watcher process.
|
| - 'kasko_hang_reports%': 1,
|
| + 'kasko_hang_reports%': 0,
|
| # Enable failed rendez-vous reports.
|
| - 'kasko_failed_rdv_reports%': 1,
|
| + 'kasko_failed_rdv_reports%': 0,
|
| }, {
|
| # Enable hang reports from the watcher process.
|
| 'kasko_hang_reports%': 0,
|
|
|