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.
|
}; |