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

Unified Diff: content/renderer/presentation/presentation_dispatcher.h

Issue 1219273003: Presentation API: allow the Mojo service to reject a getAvailability() call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presentation_get_availability_chromium
Patch Set: update unit tests Created 5 years, 5 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/renderer/presentation/presentation_dispatcher.h
diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
index c084d9a2e2c41582774acffa4d1e707d064977bf..26de79caa19f54c3d8ea2c1f5c8c3c51f4c8b57a 100644
--- a/content/renderer/presentation/presentation_dispatcher.h
+++ b/content/renderer/presentation/presentation_dispatcher.h
@@ -77,6 +77,7 @@ class CONTENT_EXPORT PresentationDispatcher
void OnSessionStateChanged(
presentation::PresentationSessionInfoPtr session_info,
presentation::PresentationSessionState new_state) override;
+ void OnScreenAvailabilityNotSupported() override;
void OnSessionCreated(
blink::WebPresentationSessionClientCallbacks* callback,
« no previous file with comments | « content/common/presentation/presentation_service.mojom ('k') | content/renderer/presentation/presentation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698