| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index 858d9cc32bbbc6b45b40c9dbe33d0249fdf885d4..1b9d8ef855665b6b19a309fd100e952bf6e78229 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -277,6 +277,8 @@ static bool IsBoringSwitch(const std::string& flag) {
|
| ::switches::kV,
|
| ::switches::kVModule,
|
| // Cros/CC flgas are specified as raw strings to avoid dependency.
|
| + "child-wallpaper-large",
|
| + "child-wallpaper-small",
|
| "default-wallpaper-large",
|
| "default-wallpaper-small",
|
| "guest-wallpaper-large",
|
|
|