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

Unified Diff: chrome/browser/android/chrome_web_contents_delegate_android.h

Issue 107413006: Dismiss EME infobar when WebMediaPlayer is destroyed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added comments in PermissionQueueController Created 7 years 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/android/chrome_web_contents_delegate_android.h
diff --git a/chrome/browser/android/chrome_web_contents_delegate_android.h b/chrome/browser/android/chrome_web_contents_delegate_android.h
index 06c84ebc285fbf9ac382fc9117f22a87448d21a7..9c22997a579536ca1386df276e9b6faf0bc5b9dd 100644
--- a/chrome/browser/android/chrome_web_contents_delegate_android.h
+++ b/chrome/browser/android/chrome_web_contents_delegate_android.h
@@ -71,10 +71,6 @@ class ChromeWebContentsDelegateAndroid
const gfx::Rect& initial_pos,
bool user_gesture,
bool* was_blocked) OVERRIDE;
- virtual void RequestProtectedMediaIdentifierPermission(
- const content::WebContents* web_contents,
- const GURL& frame_url,
- const base::Callback<void(bool)>& callback) OVERRIDE;
private:
// NotificationObserver implementation.

Powered by Google App Engine
This is Rietveld 408576698