| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index 2352b3af3253fda093de7f9f37656fa55b64790a..84a83ef41ae42ba525d4070b4e3ed21e21a0dfcf 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -263,6 +263,7 @@
|
| flag == "--flag-switches-end";
|
| #elif defined(OS_CHROMEOS)
|
| static const char* kIgnoreSwitches[] = {
|
| + ::switches::kEnableCompositingForFixedPosition,
|
| ::switches::kEnableImplSidePainting,
|
| ::switches::kEnableLogging,
|
| ::switches::kFlagSwitchesBegin,
|
|
|