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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2956733002: Add 'Updated just now' timestamp to the Previews infobar (Closed)
Patch Set: tbansal comments 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
« no previous file with comments | « chrome/browser/previews/previews_infobar_tab_helper.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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index d9373ed848c5e6fcb48ee1eb156141c689fd1465..7fbe92c0d5a35ba3efe7fd11c999cdaaf3f3d462 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -18773,7 +18773,9 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1" label="Transaction begin"/>
<int value="2" label="Meta table init"/>
<int value="3" label="Create tables"/>
- <int value="4" label="Version check and migration (check History.MigrateFailureToVersion)"/>
+ <int value="4"
+ label="Version check and migration (check
+ History.MigrateFailureToVersion)"/>
<int value="5" label="Commit"/>
</enum>
@@ -29797,10 +29799,12 @@ from previous Chrome versions.
<int value="0" label="Timestamp shown"/>
<int value="1" label="Timestamp not shown because the preview was not stale"/>
<int value="2"
- label="Timestamp not shown because the staleness was negative."/>
+ label="Timestamp not shown because the staleness was negative"/>
<int value="3"
label="Timestamp not shown because the staleness was greater than the
max"/>
+ <int value="4"
+ label="Timestamp shown indicating the page was just updated on reload"/>
</enum>
<enum name="PreviewsUserOptedOut">
« no previous file with comments | « chrome/browser/previews/previews_infobar_tab_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698