Index: chrome/browser/media/protected_media_identifier_infobar_delegate_android.h |
diff --git a/chrome/browser/media/protected_media_identifier_infobar_delegate_android.h b/chrome/browser/media/protected_media_identifier_infobar_delegate_android.h |
index cf9d235caa23126c62a854fa1e1849abc1b1eef6..908ebdbe793f346e7099f4222875e5f796f01d83 100644 |
--- a/chrome/browser/media/protected_media_identifier_infobar_delegate_android.h |
+++ b/chrome/browser/media/protected_media_identifier_infobar_delegate_android.h |
@@ -20,12 +20,14 @@ class ProtectedMediaIdentifierInfoBarDelegateAndroid |
// added. |
static infobars::InfoBar* Create(InfoBarService* infobar_service, |
const GURL& requesting_frame, |
+ bool user_gesture, |
Profile* profile, |
const PermissionSetCallback& callback); |
protected: |
ProtectedMediaIdentifierInfoBarDelegateAndroid( |
const GURL& requesting_frame, |
+ bool user_gesture, |
Profile* profile, |
const PermissionSetCallback& callback); |
~ProtectedMediaIdentifierInfoBarDelegateAndroid() override; |