25 lines
1.2 KiB
Diff
25 lines
1.2 KiB
Diff
From: uazo <uazo@users.noreply.github.com>
|
|
Date: Sat, 20 Nov 2021 17:42:41 +0000
|
|
Subject: Ask user before closing all tabs
|
|
|
|
---
|
|
chrome/browser/flags/android/chrome_feature_list.cc | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/chrome/browser/flags/android/chrome_feature_list.cc b/chrome/browser/flags/android/chrome_feature_list.cc
|
|
--- a/chrome/browser/flags/android/chrome_feature_list.cc
|
|
+++ b/chrome/browser/flags/android/chrome_feature_list.cc
|
|
@@ -454,8 +454,8 @@ const base::Feature kConditionalTabStripAndroid{
|
|
const base::Feature kCastDeviceFilter{"CastDeviceFilter",
|
|
base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
|
-const base::Feature kCloseAllTabsModalDialog{"CloseAllTabsModalDialog",
|
|
- base::FEATURE_ENABLED_BY_DEFAULT};
|
|
+const base::Feature kCloseAllTabsModalDialog{"CloseAllTabsModalDialog", // Enabled by default in Bromite
|
|
+ base::FEATURE_ENABLED_BY_DEFAULT}; // ^
|
|
|
|
const base::Feature kCloseTabSuggestions{"CloseTabSuggestions",
|
|
base::FEATURE_DISABLED_BY_DEFAULT};
|
|
--
|
|
2.25.1
|