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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1207363002: Simplify permission-related code for Web Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 5 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 8b71c578cba538c4e1dc1f2004b7bd0895616e40..62757a4f708dff22abdf4bc945f04b1e435bd132 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26360,15 +26360,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Notifications.DifferentRequestingEmbeddingOrigins"
jwd 2015/06/29 18:51:58 Rather than remove the histogram, can you mark it
- enum="Boolean">
- <owner>peter@chromium.org</owner>
- <summary>
- Records if the requesting and embedding origins are different when
- requesting permission to display Web Notifications.
- </summary>
-</histogram>
-
<histogram name="Notifications.PerNotificationActions"
enum="NotificationActionType">
<owner>dewittj@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698