|
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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283546
Total comments: 12
Total comments: 2
Total comments: 13
Total comments: 16
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+295 lines, -38 lines) |
Patch |
 |
M |
chrome/browser/content_settings/content_settings_default_provider.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/content_settings/permission_bubble_request_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/content_settings/permission_bubble_request_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/content_settings/permission_context_base.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/content_settings/permission_context_base.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+25 lines, -9 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/content_settings/permission_context_uma_util.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/content_settings/permission_context_uma_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/content_settings/permission_infobar_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/content_settings/permission_infobar_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/content_settings/permission_queue_controller.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/midi_permission_infobar_delegate.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/midi_permission_infobar_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/services/gcm/push_messaging_infobar_delegate.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/services/gcm/push_messaging_infobar_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/content_settings_handler.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/actions/actions.xml
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
3 chunks |
+40 lines, -0 lines |
0 comments
|
Download
|
Total messages: 26 (0 generated)
|