Chromium Code Reviews| Index: chrome/browser/permissions/permission_bubble_request_impl.h |
| diff --git a/chrome/browser/permissions/permission_bubble_request_impl.h b/chrome/browser/permissions/permission_bubble_request_impl.h |
| index c78cd0785fff3dab3f7a83651bf5f7b581312961..eb899eef01eb9bc4dfa1ff5a54e933e11321b675 100644 |
| --- a/chrome/browser/permissions/permission_bubble_request_impl.h |
| +++ b/chrome/browser/permissions/permission_bubble_request_impl.h |
| @@ -26,6 +26,7 @@ class PermissionBubbleRequestImpl : public PermissionBubbleRequest { |
| PermissionBubbleRequestImpl( |
| const GURL& request_origin, |
| content::PermissionType permission_type, |
| + bool user_gesture, |
| Profile* profile, |
| const PermissionDecidedCallback& permission_decided_callback, |
| const base::Closure delete_callback); |
| @@ -51,6 +52,7 @@ class PermissionBubbleRequestImpl : public PermissionBubbleRequest { |
| GURL request_origin_; |
| content::PermissionType permission_type_; |
| + bool user_gesture_; |
|
raymes
2016/07/18 07:31:59
nit: perhaps add a comment that this is specifying
stefanocs
2016/07/18 11:13:34
Done.
|
| Profile* profile_; |
| // Called once a decision is made about the permission. |