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

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

Issue 2149773002: PrerenderingOffliner will abort background load if it sees chrome transitioning to foreground on lo… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed first round of feedback Created 4 years, 5 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9cc8568fefcd871f4d0903f3192f8d1747928a85..e3a80f4d3a48777510a2b4c2c3866a7f602fe8ea 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -84661,6 +84661,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="4" label="Prerendering canceled"/>
<int value="5" label="Prerendering failed"/>
<int value="6" label="Save failed"/>
+ <int value="7" label="Foreground transition canceled"/>
</enum>
<enum name="OfflinePagesClearAllStatus" type="int">

Powered by Google App Engine
This is Rietveld 408576698