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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2883413002: [Offline pages] Reporting completed attempt when Chrome is killed (Closed)
Patch Set: Udpating the histogram enum definition: Created 3 years, 7 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/offline_pages/core/background/request_coordinator.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 dbcbaba64feb42a4db0eb5e38329a986023a3d73..783732105a98abd7dcafcda9df417c9ecf248d4c 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -25629,6 +25629,7 @@ from previous Chrome versions.
<int value="13" label="Queue update failed"/>
<int value="14" label="Background scheduler canceled processing"/>
<int value="15" label="Saved after timeout on last retry"/>
+ <int value="16" label="Browser killed (OOM, swiped, crashed)"/>
</enum>
<enum name="OfflinePagesBackgroundSavePageResult" type="int">
« no previous file with comments | « components/offline_pages/core/background/request_coordinator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698