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

Unified Diff: chrome/browser/media/router/browser_presentation_connection_proxy_unittest.cc

Issue 2714693002: [Presentation API] Use connection proxy to change connection state to 'closed' (Closed)
Patch Set: 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: chrome/browser/media/router/browser_presentation_connection_proxy_unittest.cc
diff --git a/chrome/browser/media/router/browser_presentation_connection_proxy_unittest.cc b/chrome/browser/media/router/browser_presentation_connection_proxy_unittest.cc
index 81a2cdc264422fd2fe4c6fc083824589d4eb3291..c981749aa5bdc1fb031f93d01ca37eb4da43a41c 100644
--- a/chrome/browser/media/router/browser_presentation_connection_proxy_unittest.cc
+++ b/chrome/browser/media/router/browser_presentation_connection_proxy_unittest.cc
@@ -31,6 +31,7 @@ class MockPresentationConnectionProxy
const OnMessageCallback&));
MOCK_METHOD1(DidChangeState,
void(content::PresentationConnectionState state));
+ MOCK_METHOD0(OnClose, void());
};
class BrowserPresentationConnectionProxyTest : public ::testing::Test {

Powered by Google App Engine
This is Rietveld 408576698