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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2360183003: Do not overwrite tab_state0 during multi-instance migration (Closed)
Patch Set: Record histograms instead of actions Created 4 years, 2 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 765057bf1a826efaf038ddec1f4349aec05f0568..d5e073b3c6ae1eaa2c457915c2cf21a1d760c240 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -486,6 +486,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