| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 66303f5cad183fd944e269950393a2b5f578838b..aced0e08c026bc12b0e62ef38b39f249853f5ee4 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1700,7 +1700,8 @@ const Experiment kExperiments[] = {
|
| IDS_FLAGS_ENABLE_SESSION_CRASHED_BUBBLE_NAME,
|
| IDS_FLAGS_ENABLE_SESSION_CRASHED_BUBBLE_DESCRIPTION,
|
| kOsWin | kOsLinux,
|
| - SINGLE_VALUE_TYPE(switches::kEnableSessionCrashedBubble)
|
| + ENABLE_DISABLE_VALUE_TYPE(switches::kEnableSessionCrashedBubble,
|
| + switches::kDisableSessionCrashedBubble)
|
| },
|
| {
|
| "out-of-process-pdf",
|
|
|