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

Unified Diff: third_party/WebKit/LayoutTests/presentation/presentation-onreceiverconnection.html

Issue 2737413003: [Presentation API] Remove references to presentation sessions. (Closed)
Patch Set: Update PresentationServiceDelegateImpl unittest Created 3 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: third_party/WebKit/LayoutTests/presentation/presentation-onreceiverconnection.html
diff --git a/third_party/WebKit/LayoutTests/presentation/presentation-onreceiverconnection.html b/third_party/WebKit/LayoutTests/presentation/presentation-onreceiverconnection.html
index f018fb2efa4775b8e96d3336e002a7d95c524bf0..22d43798dba3f39ca5e309167ddb6e453ea8f089 100644
--- a/third_party/WebKit/LayoutTests/presentation/presentation-onreceiverconnection.html
+++ b/third_party/WebKit/LayoutTests/presentation/presentation-onreceiverconnection.html
@@ -13,7 +13,7 @@ async_test(t => {
presentationServiceMock.then(mockService => {
const url = 'http://example.com/a.html';
- const id = 'fakeSessionId';
+ const id = 'fakePresentationId';
mockService.onSetClient = () => {
mockService.onReceiverConnectionAvailable(url, id);

Powered by Google App Engine
This is Rietveld 408576698