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

Issue 2069343002: Pass profile to PermissionUmaUtil::PermissionIgnored (Closed)

Created:
4 years, 6 months ago by stefanocs
Modified:
4 years, 5 months ago
CC:
chromium-reviews, mlamouri+watch-geolocation_chromium.org, toyoshim+midi_chromium.org, Peter Beverloo, mlamouri+watch-notifications_chromium.org, feature-media-reviews_chromium.org, mcasas+watch+vc_chromium.org, Michael van Ouwerkerk, mlamouri+watch-permissions_chromium.org, miu+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@add-hooks-to-permission-layer
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Pass profile to PermissionUmaUtil::PermissionIgnored PermissionUmaUtil::PermissionIgnored is previously called with nullptr passed for the profile parameter. BUG=613883 Committed: https://crrev.com/a5fb0e4be3c528a8882ec4288edc20dda14d387f Cr-Commit-Position: refs/heads/master@{#406766}

Patch Set 1 #

Patch Set 2 #

Patch Set 3 : Rebase #

Patch Set 4 : Remove null profile check from permission uma util #

Patch Set 5 : Pass profile to infobar delegate #

Patch Set 6 : Fix typo #

Patch Set 7 : rebase #

Patch Set 8 : Remove null profile check from permission uma util #

Patch Set 9 : rebase #

Patch Set 10 : rebase #

Patch Set 11 : Rebase #

Total comments: 1

Patch Set 12 : Add DCHECK(profile) #

Patch Set 13 : Rebase #

Patch Set 14 : Repatch on permission_request_impl #

Patch Set 15 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -27 lines) Patch
M chrome/browser/geolocation/geolocation_infobar_delegate_android.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/geolocation/geolocation_infobar_delegate_android.cc View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/media/midi_permission_infobar_delegate_android.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media/midi_permission_infobar_delegate_android.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/media/protected_media_identifier_infobar_delegate_android.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media/protected_media_identifier_infobar_delegate_android.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/notifications/notification_permission_infobar_delegate.h View 1 1 chunk +8 lines, -7 lines 0 comments Download
M chrome/browser/notifications/notification_permission_infobar_delegate.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/permissions/permission_context_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/permissions/permission_infobar_delegate.h View 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/permissions/permission_infobar_delegate.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/permissions/permission_queue_controller.cc View 1 2 3 4 5 chunks +9 lines, -5 lines 0 comments Download
M chrome/browser/permissions/permission_request_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/permissions/permission_request_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/permissions/permission_uma_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -4 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 54 (42 generated)
stefanocs
4 years, 6 months ago (2016-06-16 05:32:07 UTC) #4
raymes
On 2016/06/16 05:32:07, stefanocs wrote: I'll hold off on reviewing this until we land Issue ...
4 years, 6 months ago (2016-06-20 01:38:57 UTC) #5
stefanocs
ping :)
4 years, 5 months ago (2016-07-13 06:28:04 UTC) #6
kcarattini
lgtm
4 years, 5 months ago (2016-07-13 06:40:11 UTC) #7
raymes
lgtm - can we remove the nullptr check in IsOptedIntoPermissionActionReporting now?
4 years, 5 months ago (2016-07-14 03:59:41 UTC) #8
stefanocs
Done, thanks! timvolodine@chromium.org: Please review changes in chrome/browser/geolocation stevenjb@chromium.org: Please review changes in chrome/browser/notifications sergeyu@chromium.org: ...
4 years, 5 months ago (2016-07-15 01:34:18 UTC) #10
stevenjb
c/b/notifications lgtm
4 years, 5 months ago (2016-07-18 15:47:38 UTC) #17
timvolodine
chrome/browser/geolocation -- lgtm https://codereview.chromium.org/2069343002/diff/200001/chrome/browser/permissions/permission_uma_util.cc File chrome/browser/permissions/permission_uma_util.cc (left): https://codereview.chromium.org/2069343002/diff/200001/chrome/browser/permissions/permission_uma_util.cc#oldcode304 chrome/browser/permissions/permission_uma_util.cc:304: if (!profile) should there be DCHECK(profile) ...
4 years, 5 months ago (2016-07-20 18:19:58 UTC) #28
Sergey Ulanov
lgtm
4 years, 5 months ago (2016-07-20 18:46:43 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2069343002/270001
4 years, 5 months ago (2016-07-21 04:16:25 UTC) #50
commit-bot: I haz the power
Committed patchset #15 (id:270001)
4 years, 5 months ago (2016-07-21 04:24:31 UTC) #52
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 04:26:49 UTC) #54
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/a5fb0e4be3c528a8882ec4288edc20dda14d387f
Cr-Commit-Position: refs/heads/master@{#406766}

Powered by Google App Engine
This is Rietveld 408576698