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

Unified Diff: content/browser/presentation/presentation_service_impl.cc

Issue 978543002: [Presentation API] Plumbing the |defaultpresentationstart| event from Blink to browser/Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed DefaultPresentation to DefaultSession in line with the Blink CL Created 5 years, 9 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/browser/presentation/presentation_service_impl.cc
diff --git a/content/browser/presentation/presentation_service_impl.cc b/content/browser/presentation/presentation_service_impl.cc
index 4a1db13ea7a41d8e8d79981ecfe079f8b731a41a..824dbc21084886c3635b815165fefc06b89d192f 100644
--- a/content/browser/presentation/presentation_service_impl.cc
+++ b/content/browser/presentation/presentation_service_impl.cc
@@ -99,6 +99,11 @@ void PresentationServiceImpl::OnScreenAvailabilityListenerRemoved() {
NOTIMPLEMENTED();
}
+void PresentationServiceImpl::ListenForDefaultSessionStart(
+ const DefaultSessionMojoCallback& callback) {
+ NOTIMPLEMENTED();
+}
+
void PresentationServiceImpl::StartSession(
const mojo::String& presentation_url,
const mojo::String& presentation_id,
« no previous file with comments | « content/browser/presentation/presentation_service_impl.h ('k') | content/common/presentation/presentation_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698