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

Unified Diff: content/renderer/presentation/test_presentation_connection.h

Issue 2730123003: [Presentation API] Add layout test for connection.close() and fix test failures (Closed)
Patch Set: remove unnecessary forward declarations 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: content/renderer/presentation/test_presentation_connection.h
diff --git a/content/renderer/presentation/test_presentation_connection.h b/content/renderer/presentation/test_presentation_connection.h
index b7518b68870014c6f4cd644b15f86ae697dc1388..7d554849167e4d571d4e031fa1c7557f7258e284 100644
--- a/content/renderer/presentation/test_presentation_connection.h
+++ b/content/renderer/presentation/test_presentation_connection.h
@@ -24,6 +24,7 @@ class TestPresentationConnection : public blink::WebPresentationConnection {
MOCK_METHOD2(didReceiveBinaryMessage,
void(const uint8_t* data, size_t length));
MOCK_METHOD1(didChangeState, void(blink::WebPresentationConnectionState));
+ MOCK_METHOD0(didClose, void());
blink::WebPresentationConnectionProxy* proxy();

Powered by Google App Engine
This is Rietveld 408576698