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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2954593002: History init: add metrics and skip migration. (Closed)
Patch Set: Explicit enum values 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 | « components/history/core/browser/url_database.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 35df594736a3029fe839c4785f25b0891bc1f653..320d73ed60f535caab0c48865041a5809e9fce87 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -18749,6 +18749,15 @@ uploading your change for review. These are checked by presubmit scripts.
</int>
</enum>
+<enum name="HistoryInitStep">
+ <int value="0" label="Open"/>
+ <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="5" label="Commit"/>
+</enum>
+
<enum name="HistoryPageView">
<int value="0" label="History"/>
<int value="1" label="Grouped Week (Obsolete Feb. 2017)"/>
« no previous file with comments | « components/history/core/browser/url_database.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698