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

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

Issue 2370923002: Do not overwrite tab_state0 during multi-instance migration (Closed)
Patch Set: Created 4 years, 3 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/android/javatests/src/org/chromium/chrome/browser/tabmodel/MultiInstanceMigrationTest.java ('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 1c4d26311a2b561ccb860b3322e0d51e20a2e69a..22e16fbc663136d26dd22e039f6170358797d425 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -474,6 +474,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Android.MultiInstanceMigration.FailedToRenameMetadataFile"
+ enum="Boolean">
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ Renaming the old tab metadata file failed during multi-instance migration.
+ Only true is recorded.
+ </summary>
+</histogram>
+
+<histogram name="Android.MultiInstanceMigration.NewMetadataFileExists"
+ enum="Boolean">
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ The new tab metadata file already existed when multi-instance migration was
+ attempted. Only true is recorded.
+ </summary>
+</histogram>
+
<histogram name="Android.MultiWindowMode.Active" enum="BooleanEnabled">
<owner>twellington@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/MultiInstanceMigrationTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698