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

Unified Diff: chrome/browser/media/protected_media_identifier_permission_context.h

Issue 2586153002: Move kill switch and secure origin checking logic (Closed)
Patch Set: Move kill switch and secure origin checking logic Created 4 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
« no previous file with comments | « no previous file | chrome/browser/media/protected_media_identifier_permission_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/protected_media_identifier_permission_context.h
diff --git a/chrome/browser/media/protected_media_identifier_permission_context.h b/chrome/browser/media/protected_media_identifier_permission_context.h
index 8b00f4ab7af5b6bdbd6f461bfcdce62188900042..b5e22f7d00e831683474b3bd74f62c26c9887f30 100644
--- a/chrome/browser/media/protected_media_identifier_permission_context.h
+++ b/chrome/browser/media/protected_media_identifier_permission_context.h
@@ -45,7 +45,7 @@ class ProtectedMediaIdentifierPermissionContext
bool user_gesture,
const BrowserPermissionCallback& callback) override;
#endif // defined(OS_CHROMEOS)
- ContentSetting GetPermissionStatus(
+ ContentSetting GetPermissionStatusInternal(
const GURL& requesting_origin,
const GURL& embedding_origin) const override;
void CancelPermissionRequest(content::WebContents* web_contents,
« no previous file with comments | « no previous file | chrome/browser/media/protected_media_identifier_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698