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

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: Created 5 years, 10 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..6add99945bf729e94c96317f91560de5db31dae5 100644
--- a/content/browser/presentation/presentation_service_impl.cc
+++ b/content/browser/presentation/presentation_service_impl.cc
@@ -99,6 +99,15 @@ void PresentationServiceImpl::OnScreenAvailabilityListenerRemoved() {
NOTIMPLEMENTED();
}
+void PresentationServiceImpl::WaitForDefaultPresentation(
+ const DefaultPresentationMojoCallback& callback) {
+ NOTIMPLEMENTED();
+}
+
+void PresentationServiceImpl::OnDefaultPresentationListenerRemoved() {
+ NOTIMPLEMENTED();
+}
+
void PresentationServiceImpl::StartSession(
const mojo::String& presentation_url,
const mojo::String& presentation_id,

Powered by Google App Engine
This is Rietveld 408576698