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

Unified Diff: chrome/browser/permissions/permission_infobar_delegate.h

Issue 2154033003: Add gesture type value from infobar to permission report (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-user-gesture-from-permission-layer-to-permission-report
Patch Set: nit 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/permissions/permission_infobar_delegate.h
diff --git a/chrome/browser/permissions/permission_infobar_delegate.h b/chrome/browser/permissions/permission_infobar_delegate.h
index 086cde7a7575eeb73fcfb33e01caa6e4911620d8..a605229d6f487d4658f1584b1ebe1b051b3b7fbc 100644
--- a/chrome/browser/permissions/permission_infobar_delegate.h
+++ b/chrome/browser/permissions/permission_infobar_delegate.h
@@ -29,6 +29,7 @@ class PermissionInfobarDelegate : public ConfirmInfoBarDelegate {
PermissionInfobarDelegate(const GURL& requesting_origin,
content::PermissionType permission_type,
ContentSettingsType content_settings_type,
+ bool user_gesture,
Profile* profile,
const PermissionSetCallback& callback);
~PermissionInfobarDelegate() override;
@@ -51,6 +52,7 @@ class PermissionInfobarDelegate : public ConfirmInfoBarDelegate {
bool action_taken_;
content::PermissionType permission_type_;
ContentSettingsType content_settings_type_;
+ bool user_gesture_;
Profile* const profile_;
const PermissionSetCallback callback_;

Powered by Google App Engine
This is Rietveld 408576698