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

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

Issue 974993002: [Presentation API] Added the DefaultPresentationStart event and parsing of the default presentation… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed last reviewers wishes 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: Source/modules/presentation/PresentationController.h
diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
index ac5879ecae4052a942ff1faa58c77517130e186c..89846e7a5d750685e7ef5b143c3def65532d2b1b 100644
--- a/Source/modules/presentation/PresentationController.h
+++ b/Source/modules/presentation/PresentationController.h
@@ -15,6 +15,7 @@
namespace blink {
class LocalFrame;
+class WebPresentationSessionClient;
// The coordinator between the various page exposed properties and the content
// layer represented via |WebPresentationClient|.
@@ -41,6 +42,7 @@ public:
// Implementation of WebPresentationController.
virtual void didChangeAvailability(bool available) override;
virtual bool isAvailableChangeWatched() const override;
+ virtual void didStartDefaultSession(WebPresentationSessionClient*) 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.idl ('k') | Source/modules/presentation/PresentationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698