Update features.cc

This commit is contained in:
Alexander David Frick 2022-08-07 22:58:04 -05:00 committed by GitHub
parent 22e4907b2c
commit 81a2ab9184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,7 +210,7 @@ const base::Feature kVariableCOLRV1{"VariableCOLRV1",
// Controls whether the Viewport Height client hint can be added to request
// headers.
const base::Feature kViewportHeightClientHintHeader{
"ViewportHeightClientHintHeader", base::FEATURE_DISABLED_BY_DEFAULT};
"ViewportHeightClientHintHeader", base::FEATURE_ENABLED_BY_DEFAULT};
// Used to control the collection of anchor element metrics (crbug.com/856683).
// If kNavigationPredictor is enabled, then metrics of anchor elements
@ -912,13 +912,6 @@ const base::Feature kWebAppEnableDarkMode{"WebAppEnableDarkMode",
const base::Feature kWebAppEnableLaunchHandler{
"WebAppEnableLaunchHandler", base::FEATURE_DISABLED_BY_DEFAULT};
// Enables the deprecated syntax for the above "launch_handler": {
// "route_to": "existing-client",
// "navigate_existing_client: "always" | "never"
// }
const base::Feature kWebAppEnableLaunchHandlerV1API{
"WebAppEnableLaunchHandlerV1API", base::FEATURE_ENABLED_BY_DEFAULT};
// Enables Unique ID feature in web apps. Controls parsing of "id" field in web
// app manifests. See explainer for more information:
// https://github.com/philloooo/pwa-unique-id