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

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

Issue 2627853002: Show the search geolocation disclosure from geolocation API use. (Closed)
Patch Set: Fix ChromeOS Created 3 years, 11 months 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/media/protected_media_identifier_permission_context.cc
diff --git a/chrome/browser/media/protected_media_identifier_permission_context.cc b/chrome/browser/media/protected_media_identifier_permission_context.cc
index ea8bd5c0a51277743fea01003de83f1258d4f994..af0402fcc7b86f3e5a01a9cc66cd119df113f401 100644
--- a/chrome/browser/media/protected_media_identifier_permission_context.cc
+++ b/chrome/browser/media/protected_media_identifier_permission_context.cc
@@ -227,8 +227,7 @@ void ProtectedMediaIdentifierPermissionContext::
break;
}
- NotifyPermissionSet(
- id, requesting_origin, embedding_origin, callback,
- persist, content_setting);
+ NotifyPermissionSet(web_contents, id, requesting_origin, embedding_origin,
+ callback, persist, content_setting);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698