| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index 824202f3aea4aec80ff5d8dc513fb659c351ec72..4a6b3fca657a4ab1ebefa6f41d1861196e97b342 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -267,6 +267,7 @@ static bool IsBoringSwitch(const std::string& flag) {
|
| flag == "--flag-switches-end";
|
| #elif defined(OS_CHROMEOS)
|
| static const char* const kIgnoreSwitches[] = {
|
| + ::switches::kEnableImplSidePainting,
|
| ::switches::kEnableLogging,
|
| ::switches::kFlagSwitchesBegin,
|
| ::switches::kFlagSwitchesEnd,
|
|
|