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

Unified Diff: chrome/browser/media/router/test_helper.h

Issue 2947403004: [MediaRouter] Replace RouteMessage with PresentationConnectionMessage (Closed)
Patch Set: rebase Created 3 years, 5 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
« no previous file with comments | « chrome/browser/media/router/route_message_observer.h ('k') | chrome/browser/media/router/test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/test_helper.h
diff --git a/chrome/browser/media/router/test_helper.h b/chrome/browser/media/router/test_helper.h
index c9a2d9309a683e14982869a88a81c785ea42d8b0..0b1825d962318098c40837f8493bb732ce4bc7e7 100644
--- a/chrome/browser/media/router/test_helper.h
+++ b/chrome/browser/media/router/test_helper.h
@@ -16,6 +16,7 @@
#include "chrome/browser/media/router/media_routes_observer.h"
#include "chrome/browser/media/router/media_sinks_observer.h"
#include "content/public/browser/presentation_service_delegate.h"
+#include "content/public/common/presentation_connection_message.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace media_router {
@@ -49,6 +50,9 @@ MATCHER_P(StateChangeInfoEquals, other, "") {
arg.message == other.message;
}
+std::string PresentationConnectionMessageToString(
+ const content::PresentationConnectionMessage& message);
+
class MockIssuesObserver : public IssuesObserver {
public:
explicit MockIssuesObserver(MediaRouter* router);
« no previous file with comments | « chrome/browser/media/router/route_message_observer.h ('k') | chrome/browser/media/router/test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698