Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 3db20576a906217a4bbd693b3c1e55815555f910..c9c0d4a999215b2bf031b1a0ab4b164530e97e01 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1658,7 +1658,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", |