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[];