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

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

Issue 2379703002: [Presentation API] (alternative) 1-UA: send message between controller and receiver page (Closed)
Patch Set: rebase with master and resolve merge conflicts Created 4 years, 2 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/presentation_service_delegate_impl_unittest.cc
diff --git a/chrome/browser/media/router/presentation_service_delegate_impl_unittest.cc b/chrome/browser/media/router/presentation_service_delegate_impl_unittest.cc
index ae7df101c08efc0fda7d0b69450f3c2ae0c2083d..2b4124c8b791a36725c2c361383dd0f191fda536 100644
--- a/chrome/browser/media/router/presentation_service_delegate_impl_unittest.cc
+++ b/chrome/browser/media/router/presentation_service_delegate_impl_unittest.cc
@@ -39,7 +39,7 @@ const char kFrameUrl[] = "http://anotherframeurl.fakeurl.com/";
namespace media_router {
class MockDelegateObserver
mark a. foltz 2016/10/21 00:53:02 Please add a unit test for RegisterOffscreenPresen
zhaobin 2016/10/22 02:44:13 Done.
- : public content::PresentationServiceDelegate::Observer {
+ : public content::PresentationServiceDelegateBase::Observer {
public:
MOCK_METHOD0(OnDelegateDestroyed, void());
MOCK_METHOD1(OnDefaultPresentationStarted,

Powered by Google App Engine
This is Rietveld 408576698