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

Unified Diff: Source/modules/presentation/PresentationController.h

Issue 1092193003: [PresentationAPI] Added on-session-text-message handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Forward declare WebString in WebPresentationController.h Created 5 years, 8 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: Source/modules/presentation/PresentationController.h
diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
index af93132637a049c6d8c4918843f1f8d32b9cbf60..0b431e4011c6e2185eaec5ae6cb8ad6a58b30250 100644
--- a/Source/modules/presentation/PresentationController.h
+++ b/Source/modules/presentation/PresentationController.h
@@ -46,6 +46,7 @@ public:
virtual bool isAvailableChangeWatched() const override;
virtual void didStartDefaultSession(WebPresentationSessionClient*) override;
virtual void didChangeSessionState(WebPresentationSessionClient*, WebPresentationSessionState) override;
+ virtual void didReceiveSessionTextMessage(WebPresentationSessionClient*, const WebString&) override;
// Called when the first listener was added to or the last listener was removed from the
// |availablechange| event.
« no previous file with comments | « Source/modules/presentation/Presentation.cpp ('k') | Source/modules/presentation/PresentationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698