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

Unified Diff: content/public/browser/content_browser_client.cc

Issue 883953002: Add content public APIs for Presentation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed presentation_url Created 5 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: content/public/browser/content_browser_client.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index 32d29d735124d905d2edc9792c9d25e1cf397722..8f3d06c1edb4a140a334f6c7aa6f8b5d4f4ef25e 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -336,6 +336,12 @@ bool ContentBrowserClient::CheckMediaAccessPermission(
return false;
}
+PresentationServiceDelegate*
+ContentBrowserClient::GetPresentationServiceDelegate(
+ WebContents* web_contents) {
+ return nullptr;
+}
+
#if defined(OS_WIN)
const wchar_t* ContentBrowserClient::GetResourceDllName() {
return nullptr;
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/presentation_screen_availability_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698