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

Unified Diff: content/shell/browser/shell_browser_context.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: content/shell/browser/shell_browser_context.h
diff --git a/content/shell/browser/shell_browser_context.h b/content/shell/browser/shell_browser_context.h
index 4289b43723f41546c4b2534c936662f664b53c88..04763d4011255438c0e55af4798f102470b36e84 100644
--- a/content/shell/browser/shell_browser_context.h
+++ b/content/shell/browser/shell_browser_context.h
@@ -54,6 +54,15 @@ class ShellBrowserContext : public BrowserContext {
int render_view_id,
int bridge_id,
const GURL& requesting_frame) OVERRIDE;
+ virtual void RequestProtectedMediaIdentifierPermission(
+ int render_process_id,
+ int render_view_id,
+ int bridge_id,
+ int group_id,
+ const GURL& requesting_frame,
+ const ProtectedMediaIdentifierPermissionCallback& callback) OVERRIDE;
+ virtual void CancelProtectedMediaIdentifierPermissionRequests(int group_id)
+ OVERRIDE;
jam 2014/01/02 22:50:56 nit: i believe the convention is never to start a
Kibeom Kim (inactive) 2014/01/02 23:26:36 Done.
virtual ResourceContext* GetResourceContext() OVERRIDE;
virtual GeolocationPermissionContext*
GetGeolocationPermissionContext() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698