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

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

Issue 1838903006: [Media Router] Cherrypick "add sinks to origin list" to beta (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 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: 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 c3369e105e40f7c255856b68200c6cc8b6c8aae7..b623f42b7a76d80d103f0a76a56a7725793acfd4 100644
--- a/chrome/browser/media/router/test_helper.h
+++ b/chrome/browser/media/router/test_helper.h
@@ -152,7 +152,9 @@ class MockMediaRouteProvider : public interfaces::MediaRouteProvider {
class MockMediaSinksObserver : public MediaSinksObserver {
public:
- MockMediaSinksObserver(MediaRouter* router, const MediaSource& source);
+ MockMediaSinksObserver(MediaRouter* router,
+ const MediaSource& source,
+ const GURL& origin);
~MockMediaSinksObserver() override;
MOCK_METHOD1(OnSinksReceived, void(const std::vector<MediaSink>& sinks));
« no previous file with comments | « chrome/browser/media/router/presentation_service_delegate_impl_unittest.cc ('k') | chrome/browser/media/router/test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698