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 74db50e2d7b5ab38e708d0755643f52d25e18467..cf9d235caa23126c62a854fa1e1849abc1b1eef6 100644 |
--- a/chrome/browser/media/protected_media_identifier_infobar_delegate_android.h |
+++ b/chrome/browser/media/protected_media_identifier_infobar_delegate_android.h |
@@ -20,11 +20,13 @@ class ProtectedMediaIdentifierInfoBarDelegateAndroid |
// added. |
static infobars::InfoBar* Create(InfoBarService* infobar_service, |
const GURL& requesting_frame, |
+ Profile* profile, |
const PermissionSetCallback& callback); |
protected: |
ProtectedMediaIdentifierInfoBarDelegateAndroid( |
const GURL& requesting_frame, |
+ Profile* profile, |
const PermissionSetCallback& callback); |
~ProtectedMediaIdentifierInfoBarDelegateAndroid() override; |