Fix Open New Incognito Tab animation
This CL fixes the Open New Incognito Tab animation when the
BrowserContainerViewController is in fullscreen.
It is also fixing the animation for the iPhone X.
Bug: 688259, 836730, 819811, 843931, 844013
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: I298811b90b42122ff2f805f7888d2d5ff750c2b8
Reviewed-on: https://chromium-review.googlesource.com/1061528
Commit-Queue: Gauthier Ambard <[email protected]>
Reviewed-by: Rohit Rao <[email protected]>
Reviewed-by: Justin Cohen <[email protected]>
Reviewed-by: Eugene But <[email protected]>
Cr-Commit-Position: refs/heads/master@{#559837}
diff --git a/ios/chrome/browser/about_flags.mm b/ios/chrome/browser/about_flags.mm
index 907449f..6b2eb27 100644
--- a/ios/chrome/browser/about_flags.mm
+++ b/ios/chrome/browser/about_flags.mm
@@ -320,7 +320,8 @@
{"browser-container-fullscreen",
flag_descriptions::kBrowserContainerFullscreenName,
flag_descriptions::kBrowserContainerFullscreenDescription,
- flags_ui::kOsIos, FEATURE_VALUE_TYPE(kBrowserContainerFullscreen)},
+ flags_ui::kOsIos,
+ FEATURE_VALUE_TYPE(web::features::kBrowserContainerFullscreen)},
{"autofill-cache-query-responses",
flag_descriptions::kAutofillCacheQueryResponsesName,
flag_descriptions::kAutofillCacheQueryResponsesDescription,