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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp

Issue 2484273003: [Presentation API] (1-UA) fire PresentationConnection onterminate event if receiver page gets destr… (Closed)
Patch Set: resolve code review comments from Mark Created 3 years, 10 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/Source/modules/presentation/PresentationReceiverTest.cpp
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp b/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
index 4e03f2e9bf76caf4d109faf99368776fcbb2c696..4d33196dc179e287bf94dc9cb173b62b30cfce0f 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
+++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
@@ -90,7 +90,7 @@ class MockWebPresentationClient : public WebPresentationClient {
void(const WebURL& presentationUrl,
const WebString& presentationId));
- MOCK_METHOD2(terminateSession,
+ MOCK_METHOD2(terminateConnection,
void(const WebURL& presentationUrl,
const WebString& presentationId));

Powered by Google App Engine
This is Rietveld 408576698