| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index 1a670fb45ab95ea63fc6493e3bae3ed9777e6755..ad3fb135c2b3e638405ce84b3700a00878f07904 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -87,7 +87,7 @@
|
| // The following keys may be chunked by the underlying crash logging system,
|
| // but ultimately constitute a single key-value pair.
|
| base::debug::CrashKey fixed_keys[] = {
|
| -#if defined(OS_MACOSX) || defined(OS_WIN)
|
| +#if defined(OS_MACOSX)
|
| { kMetricsClientId, kSmallSize },
|
| #else
|
| { kClientId, kSmallSize },
|
|
|