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

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

Issue 1714573002: Remove the ability of webpages to specify strings for the onbeforeunload dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 9 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 | « third_party/WebKit/public/web/WebFrameClient.h ('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 0f3b7527cd1d36a7535e455a9e9a997c77ba458e..c34b64d6ed3dfd30b452b335b8705ce5ea42cc50 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18122,6 +18122,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="JSDialogs.CountOfOnBeforeUnloadMessageCharacters">
+ <obsolete>
+ Deprecated 2016-02.
+ </obsolete>
<owner>avi@chromium.org</owner>
<summary>
The count of the number of characters in onbeforeunload messages.
@@ -18129,6 +18132,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="JSDialogs.CountOfOnBeforeUnloadMessageNewlines">
+ <obsolete>
+ Deprecated 2016-02.
+ </obsolete>
<owner>avi@chromium.org</owner>
<summary>
The count of the number of newlines in onbeforeunload messages. (This does
« no previous file with comments | « third_party/WebKit/public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698