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

Unified Diff: chrome/browser/media/midi_permission_infobar_delegate_android.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/media/midi_permission_infobar_delegate_android.h
diff --git a/chrome/browser/media/midi_permission_infobar_delegate_android.h b/chrome/browser/media/midi_permission_infobar_delegate_android.h
index 4524b4cdcdb739624ac71025e6bbd8810c01472a..e0e6f51e526f7dae0fa05fe9cd3ea171506a2a9e 100644
--- a/chrome/browser/media/midi_permission_infobar_delegate_android.h
+++ b/chrome/browser/media/midi_permission_infobar_delegate_android.h
@@ -23,11 +23,13 @@ class MidiPermissionInfoBarDelegateAndroid : public PermissionInfobarDelegate {
// |infobar_service|. Returns the infobar if it was successfully added.
static infobars::InfoBar* Create(InfoBarService* infobar_service,
const GURL& requesting_frame,
+ bool user_gesture,
Profile* profile,
const PermissionSetCallback& callback);
private:
MidiPermissionInfoBarDelegateAndroid(const GURL& requesting_frame,
+ bool user_gesture,
Profile* profile,
const PermissionSetCallback& callback);
~MidiPermissionInfoBarDelegateAndroid() override;

Powered by Google App Engine
This is Rietveld 408576698