Commit 58062c0d authored by edchin's avatar edchin Committed by Commit Bot

[ios] Enable return to regular tabs when closing last tab

Enable the experiment to return to regular tabs when closing last tab.

Bug: 891396
Change-Id: I0a0784c901fc0f19508fdf5db612c350ed8d38ef
Reviewed-on: https://chromium-review.googlesource.com/c/1297177Reviewed-by: default avataredchin <edchin@chromium.org>
Reviewed-by: default avatarPeter Lee <pkl@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602478}
parent 4b414bd7
...@@ -9,7 +9,7 @@ const base::Feature kFirstResponderKeyWindow{"FirstResponderKeyWindow", ...@@ -9,7 +9,7 @@ const base::Feature kFirstResponderKeyWindow{"FirstResponderKeyWindow",
// TODO(crbug.com/893314) : Remove this flag. // TODO(crbug.com/893314) : Remove this flag.
const base::Feature kClosingLastIncognitoTab{"ClosingLastIncognitoTab", const base::Feature kClosingLastIncognitoTab{"ClosingLastIncognitoTab",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kBrowserContainerContainsNTP{ const base::Feature kBrowserContainerContainsNTP{
"BrowserContainerContainsNTP", base::FEATURE_DISABLED_BY_DEFAULT}; "BrowserContainerContainsNTP", base::FEATURE_DISABLED_BY_DEFAULT};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment