Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1300)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2882063002: Add a SetCanonicalCookie method for CookieMonster. (Closed)
Patch Set: Fix iOS behavior for secure cookies. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« net/cookies/cookie_store_unittest.h ('K') | « net/cookies/cookie_store_unittest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9b791f582d39dd20114ac3db3682c01d45f418ef..22035641814c4c2d737c093dcbf1e99ef4fecfbe 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9307,6 +9307,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Cookie.CookieSourceScheme" enum="CookieSourceScheme">
+ <obsolete>
+ Replaced by Cookie.CookieSourceScheme2.
+ </obsolete>
<owner>estark@chromium.org</owner>
<summary>
For each cookie added to the store, record whether its source URL has a
@@ -9314,6 +9317,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Cookie.CookieSourceScheme2" enum="CookieSourceScheme">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ For each cookie added to the store, record whether its source URL has a
+ cryptographic scheme, broken down by Secure and not Secure. Cookies added to
+ the store unassociated with an origin will be considered to not have a
+ cryptographic scheme.
+ </summary>
+</histogram>
+
<histogram name="Cookie.CorruptMetaTable">
<owner>tnagel@chromium.org</owner>
<summary>
« net/cookies/cookie_store_unittest.h ('K') | « net/cookies/cookie_store_unittest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698