Add flag for experimental cookie features
This adds a command-line flag and corresponding chrome://flags entry for
--enable-experimental-cookie-features.
This flag turns on a group of cookie features in various stages of
maturity that change the way cookies are handled. This is intended to
facilitate testing by allowing a single flag to be turned on instead of
requiring multiple flags that all have dependencies on each other.
Bug: 1072814
Change-Id: Id4d0bea94831dbc021ab7987a2a3239dad4772a0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2158027
Reviewed-by: John Abd-El-Malek <[email protected]>
Commit-Queue: Lily Chen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#761580}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index da5e8fb..b256ffe 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -311,6 +311,9 @@
extern const char kEnableAutofillCreditCardUploadFeedbackName[];
extern const char kEnableAutofillCreditCardUploadFeedbackDescription[];
+extern const char kEnableExperimentalCookieFeaturesName[];
+extern const char kEnableExperimentalCookieFeaturesDescription[];
+
extern const char kEnableDeferAllScriptName[];
extern const char kEnableDeferAllScriptDescription[];