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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 876973003: Implement the "first-party-only" cookie flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: FirstPartyOnly. Created 5 years, 10 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
« no previous file with comments | « net/url_request/url_request_http_job.cc ('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 49a627dd5ea4194c4e6f2066d45763c93b9d3cff..61ee64619735b070ec43b10f9fadb9c55688cd65 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3534,15 +3534,25 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Cookie.TimeDatabaseMigrationToV5" units="ms">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>erikwright@chromium.org</owner>
<summary>The amount of time (ms) to migrate a v4 database to v5.</summary>
</histogram>
<histogram name="Cookie.TimeDatabaseMigrationToV6" units="ms">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>erikwright@chromium.org</owner>
<summary>The amount of time (ms) to migrate a v5 database to v6.</summary>
</histogram>
+<histogram name="Cookie.TimeDatabaseMigrationToV7" units="ms">
+ <owner>erikwright@chromium.org</owner>
+ <summary>The amount of time (ms) to migrate a v6 database to v7.</summary>
+</histogram>
+
+<histogram name="Cookie.TimeDatabaseMigrationToV8" units="ms">
+ <owner>erikwright@chromium.org</owner>
+ <summary>The amount of time (ms) to migrate a v7 database to v8.</summary>
+</histogram>
+
<histogram name="Cookie.TimeGet" units="ms">
<obsolete>
Deprecated as of 11/2014.
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698