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

Unified Diff: third_party/WebKit/public/platform/modules/presentation/presentation.mojom

Issue 2340433003: [Presentation API] 1-UA: notify receiver page when receiver connection becomes available (blink sid… (Closed)
Patch Set: resolve code review comments from mlamouri Created 4 years, 3 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: third_party/WebKit/public/platform/modules/presentation/presentation.mojom
diff --git a/third_party/WebKit/public/platform/modules/presentation/presentation.mojom b/third_party/WebKit/public/platform/modules/presentation/presentation.mojom
index 28fe1be5360baaa4e72ae208daebde316e4c1767..45d8dcc526f6c3f324f3fb4506b55b038f35f457 100644
--- a/third_party/WebKit/public/platform/modules/presentation/presentation.mojom
+++ b/third_party/WebKit/public/platform/modules/presentation/presentation.mojom
@@ -139,4 +139,7 @@ interface PresentationServiceClient {
// See PresentationService::SetDefaultPresentationURL.
OnDefaultSessionStarted(PresentationSessionInfo sessionInfo);
+
+ // See PresentationService::ListeningForReceiverPageRendered.
+ OnReceiverConnectionAvailable(PresentationSessionInfo sessionInfo);
mark a. foltz 2016/09/15 16:53:19 s/sessionInfo/connection/ We should rename the re
zhaobin 2016/09/15 18:56:03 Done.
};

Powered by Google App Engine
This is Rietveld 408576698