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

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

Issue 2123653006: Rename PermissionBubbleRequest to PermissionRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_manager_rename
Patch Set: Fix missed file 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('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 4e891c4cdd5dd0e3b9a61fdcd283026daa05681c..245f22b1e8110089df403efa6881fb083dd23942 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38923,7 +38923,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Permissions.Prompt.Accepted" enum="PermissionBubbleType">
+<histogram name="Permissions.Prompt.Accepted" enum="PermissionRequestType">
<owner>benwells@chromium.org</owner>
<owner>tsergeant@chromium.org</owner>
<summary>
@@ -38932,7 +38932,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Permissions.Prompt.Denied" enum="PermissionBubbleType">
+<histogram name="Permissions.Prompt.Denied" enum="PermissionRequestType">
<owner>benwells@chromium.org</owner>
<owner>tsergeant@chromium.org</owner>
<summary>
@@ -38942,7 +38942,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Permissions.Prompt.MergedBubbleAccepted"
- enum="PermissionBubbleType">
+ enum="PermissionRequestType">
<owner>benwells@chromium.org</owner>
<owner>tsergeant@chromium.org</owner>
<summary>
@@ -38952,7 +38952,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Permissions.Prompt.MergedBubbleDenied"
- enum="PermissionBubbleType">
+ enum="PermissionRequestType">
<owner>benwells@chromium.org</owner>
<owner>tsergeant@chromium.org</owner>
<summary>
@@ -38962,7 +38962,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Permissions.Prompt.MergedBubbleTypes"
- enum="PermissionBubbleType">
+ enum="PermissionRequestType">
<owner>benwells@chromium.org</owner>
<owner>tsergeant@chromium.org</owner>
<summary>
@@ -38980,7 +38980,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Permissions.Prompt.Shown" enum="PermissionBubbleType">
+<histogram name="Permissions.Prompt.Shown" enum="PermissionRequestType">
<owner>benwells@chromium.org</owner>
<owner>tsergeant@chromium.org</owner>
<summary>
@@ -86386,7 +86386,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="4" label="REVOKED"/>
</enum>
-<enum name="PermissionBubbleType" type="int">
+<enum name="PermissionRequestType" type="int">
<int value="0" label="PERMISSION_BUBBLE_UNKNOWN"/>
<int value="1" label="PERMISSION_BUBBLE_MULTIPLE"/>
<int value="2" label="PERMISSION_BUBBLE_UNUSED_PERMISSION"/>
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698