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

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

Issue 2714693002: [Presentation API] Use connection proxy to change connection state to 'closed' (Closed)
Patch Set: fix unittest errors 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..b88a75db25bd35c9bd8cefa4ebf22f4ac8d79103 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
+++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
@@ -86,9 +86,10 @@ class MockWebPresentationClient : public WebPresentationClient {
size_t length,
const WebPresentationConnectionProxy* proxy));
- MOCK_METHOD2(closeSession,
+ MOCK_METHOD3(closeSession,
void(const WebURL& presentationUrl,
- const WebString& presentationId));
+ const WebString& presentationId,
+ const WebPresentationConnectionProxy*));
MOCK_METHOD2(terminateSession,
void(const WebURL& presentationUrl,

Powered by Google App Engine
This is Rietveld 408576698