commit | b22952e4c1c46b84a1aaf7b1eff6592322646c9d | [log] [tgz] |
---|---|---|
author | Lily Chen <[email protected]> | Thu Jun 06 18:56:23 2019 |
committer | Commit Bot <[email protected]> | Thu Jun 06 18:56:23 2019 |
tree | 1cf3a446277a8d15ddc1cc921c8c2f1bd21bcb26 | |
parent | cd6ab4e2f38db6566d2da0a40d3b0bbc956954d9 [diff] [blame] |
Make cookie deprecation console messages default disabled behind a flag This CL adds a chrome://flags option to show console messages for SameSite cookie deprecation messages. This option is disabled by default. This also modifies the messages to not specify a specific milestone for the deprecations, in order to more accurately reflect the status of the feature. Bug: 971698 Change-Id: I7f90da9cd6eb5d2a2525e6a380247692b6bcd20b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1646669 Reviewed-by: John Abd-El-Malek <[email protected]> Reviewed-by: Maks Orlovich <[email protected]> Commit-Queue: Lily Chen <[email protected]> Cr-Commit-Position: refs/heads/master@{#666805}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 7264790..311fcd43 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -202,6 +202,9 @@ extern const char kCompositedLayerBordersName[]; extern const char kCompositedLayerBordersDescription[]; +extern const char kCookieDeprecationMessagesName[]; +extern const char kCookieDeprecationMessagesDescription[]; + extern const char kCookiesWithoutSameSiteMustBeSecureName[]; extern const char kCookiesWithoutSameSiteMustBeSecureDescription[];