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

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

Issue 2882063002: Add a SetCanonicalCookie method for CookieMonster. (Closed)
Patch Set: Fix try jobs and do some cleanup. Created 3 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5531120f8916006dd7d143958ad9dc20edfb00d8..77deb73eaca3e2631728fcba097acd6e39f6a201 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8985,6 +8985,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
@@ -8992,6 +8995,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_monster.cc ('K') | « net/extras/sqlite/sqlite_persistent_cookie_store_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698