diff options
author | miguelg@chromium.org <miguelg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-16 22:23:16 +0000 |
---|---|---|
committer | miguelg@chromium.org <miguelg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-16 22:23:16 +0000 |
commit | 3ce59a2f2be2b40e38f8e2ad75ba6f0476993c47 (patch) | |
tree | b30b89bbc3c17ba4edf1c79bcf8a09775ee34d1e /tools/metrics/actions | |
parent | 6ce1dd735b7c1ea85c23a8df814af2444caaeab2 (diff) | |
download | chromium_src-3ce59a2f2be2b40e38f8e2ad75ba6f0476993c47.zip chromium_src-3ce59a2f2be2b40e38f8e2ad75ba6f0476993c47.tar.gz chromium_src-3ce59a2f2be2b40e38f8e2ad75ba6f0476993c47.tar.bz2 |
Add UMA for the new generic permisison class
In order to track UMA accurately we only need to track it when there is an actual prompt for permission, not when the permission was saved for the domain. I have re-purposed the PermissionDecided method for this which was essentially doing nothing before.
BUG=392145
TBR=fgorski,tommi
Review URL: https://codereview.chromium.org/371933002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283546 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics/actions')
-rw-r--r-- | tools/metrics/actions/actions.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml index 2053434..09901ae 100644 --- a/tools/metrics/actions/actions.xml +++ b/tools/metrics/actions/actions.xml @@ -8250,8 +8250,10 @@ should be able to be added at any place in this file. </action> <action name="Options_DefaultMIDISysExSettingChanged"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> - <description>Please enter the description of this user action.</description> + <owner>toyoshim@chromium.org</owner> + <description> + Triggers when the default decision for Midi SysEx permissions is changed. + </description> </action> <action name="Options_DefaultMediaStreamMicSettingChanged"> @@ -8289,6 +8291,13 @@ should be able to be added at any place in this file. <description>Please enter the description of this user action.</description> </action> +<action name="Options_DefaultPushMessagingSettingChanged"> + <owner>miguelg@chromium.org</owner> + <description> + Triggers when the default decision for push message permissions is changed. + </description> +</action> + <action name="Options_DictionaryLanguage"> <owner>Please list the metric's owners. Add more owner tags as needed.</owner> <description>Please enter the description of this user action.</description> |