Commit 4e33f1e4 authored by Mohammad Refaat's avatar Mohammad Refaat Committed by Commit Bot

Enable WKHTTPSystemCookieStore usage by default.

Targeted to ramp up launch on M75, enabling it by default for M76

Bug: 779106
Change-Id: I137cdc3e96e383a876aeb0a0330dc8140c88edd5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635074Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Mohammad Refaat <mrefaat@chromium.org>
Cr-Commit-Position: refs/heads/master@{#664762}
parent 359d6501
...@@ -25,7 +25,7 @@ const base::Feature kStorePendingItemInContext{ ...@@ -25,7 +25,7 @@ const base::Feature kStorePendingItemInContext{
"StorePendingItemInContext", base::FEATURE_ENABLED_BY_DEFAULT}; "StorePendingItemInContext", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kWKHTTPSystemCookieStore{"WKHTTPSystemCookieStore", const base::Feature kWKHTTPSystemCookieStore{"WKHTTPSystemCookieStore",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kCrashOnUnexpectedURLChange{ const base::Feature kCrashOnUnexpectedURLChange{
"CrashOnUnexpectedURLChange", base::FEATURE_ENABLED_BY_DEFAULT}; "CrashOnUnexpectedURLChange", base::FEATURE_ENABLED_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