| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 7a7dbc7e365b153a63bfce536e8f81bbf50cab31..989fb18c08502491d42ed6accbfddab6defe8b83 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1041,9 +1041,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,
|
|
|