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

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: Address comments 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 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",

Powered by Google App Engine
This is Rietveld 408576698