Disable #enable-toolbar-swipe-on-non-desktop-lff by default
diff --git a/chrome/browser/flags/android/chrome_feature_list.cc b/chrome/browser/flags/android/chrome_feature_list.cc
index 644f5f9..cf048df 100644
--- a/chrome/browser/flags/android/chrome_feature_list.cc
+++ b/chrome/browser/flags/android/chrome_feature_list.cc
@@ -717,7 +717,7 @@
BASE_FEATURE(kEnableEscapeHandlingForSecondaryActivities, base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kEnableSwipeToSwitchPane, base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kEnableToolbarPositioningInResizeMode, base::FEATURE_ENABLED_BY_DEFAULT);
-BASE_FEATURE(kEnableToolbarSwipeOnNonDesktopLff, base::FEATURE_ENABLED_BY_DEFAULT);
+BASE_FEATURE(kEnableToolbarSwipeOnNonDesktopLff, base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kEnableXAxisActivityTransition, base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kEnforceIncognitoIsolation, base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kEscCancelDrag, base::FEATURE_ENABLED_BY_DEFAULT);
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
We need to specify a minimum version to start finch experiments, which means we have to merge the fixed CL first, which means we have to disable it first.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
BASE_FEATURE(kEnableToolbarSwipeOnNonDesktopLff, base::FEATURE_ENABLED_BY_DEFAULT);Can you add context on why we are disabling again ? We just enabled this last week?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
We need to specify a minimum version to start finch experiments, which means we have to merge the fixed CL first, which means we have to disable it first.
@skav...@google.com sorry should have tagged you here - I couldn't figure out a way to start a finch experiment on a non-merged CL. So, as soon as we merge the previous enabling CL, the feature is going to be enabled by default, which is doesn't meet the stable merge criteria. If my understanding is correct, I think we have to disable it by default (merge the this CL and the previous CL) and then gradually enable it via finch
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |