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

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

Issue 2384813002: Don't wait to close tabs waiting for JavaScript dialogs. (Closed)
Patch Set: now a bit on webcontents, no timer fiddling 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 943d6a4f2ba263128b9e46be39c1290cc8bc88bc..4b8c5732fa6175637dfc8e58c8b4c32c709b8857 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -95335,6 +95335,7 @@ value.
<int value="4" label="During BeforeUnload"/>
<int value="5" label="During Unload"/>
<int value="6" label="While closing the page"/>
+ <int value="7" label="Closing while JavaScript dialog shown"/>
</enum>
<enum name="RenderViewContextMenuItem" type="int">

Powered by Google App Engine
This is Rietveld 408576698