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

Side by Side Diff: chrome/browser/media/router/test_helper.cc

Issue 1314413005: [Presentation API] 1-UA presentation support + presenter APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/media/router/test_helper.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/media/router/test_helper.h" 5 #include "chrome/browser/media/router/test_helper.h"
6 6
7 namespace media_router { 7 namespace media_router {
8 8
9 MockIssuesObserver::MockIssuesObserver(MediaRouter* router) 9 MockIssuesObserver::MockIssuesObserver(MediaRouter* router)
10 : IssuesObserver(router) {} 10 : IssuesObserver(router) {}
(...skipping 12 matching lines...) Expand all
23 } 23 }
24 MockMediaRoutesObserver::~MockMediaRoutesObserver() { 24 MockMediaRoutesObserver::~MockMediaRoutesObserver() {
25 } 25 }
26 26
27 MockPresentationConnectionStateChangedCallback:: 27 MockPresentationConnectionStateChangedCallback::
28 MockPresentationConnectionStateChangedCallback() = default; 28 MockPresentationConnectionStateChangedCallback() = default;
29 29
30 MockPresentationConnectionStateChangedCallback:: 30 MockPresentationConnectionStateChangedCallback::
31 ~MockPresentationConnectionStateChangedCallback() = default; 31 ~MockPresentationConnectionStateChangedCallback() = default;
32 32
33 MockPresentationMessagesCallback::MockPresentationMessagesCallback() = default;
34 MockPresentationMessagesCallback::~MockPresentationMessagesCallback() = default;
35
33 } // namespace media_router 36 } // namespace media_router
OLDNEW
« no previous file with comments | « chrome/browser/media/router/test_helper.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698