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

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: 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 2dbf07c3f1387b0d1b7f34bf4c3d39a4221eda57..66be74b97d6d95b1f0fb26733d4e8dc1abea59e3 100644
--- a/content/renderer/presentation/presentation_dispatcher.h
+++ b/content/renderer/presentation/presentation_dispatcher.h
@@ -74,6 +74,7 @@ class CONTENT_EXPORT PresentationDispatcher
// presentation::PresentationServiceClient
void OnScreenAvailabilityUpdated(bool available) override;
+ void OnScreenAvailabilityNotSupported() override;
void OnSessionCreated(
blink::WebPresentationSessionClientCallbacks* callback,

Powered by Google App Engine
This is Rietveld 408576698