Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: chrome/browser/about_flags.cc

Issue 284113006: Enable new session crashed bubble UI by Finch experiment. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Nit Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698