Update features.cc
This commit is contained in:
parent
22e4907b2c
commit
81a2ab9184
1 changed files with 1 additions and 8 deletions
9
src/third_party/blink/common/features.cc
vendored
9
src/third_party/blink/common/features.cc
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue