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

Side by Side Diff: content/renderer/media/media_stream_center.h

Issue 2481263004: Revert of Remove MediaStreamTrack.getSources(). (Closed)
Patch Set: Created 4 years, 1 month 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef CONTENT_RENDERER_MEDIA_MEDIA_STREAM_CENTER_H_ 5 #ifndef CONTENT_RENDERER_MEDIA_MEDIA_STREAM_CENTER_H_
6 #define CONTENT_RENDERER_MEDIA_MEDIA_STREAM_CENTER_H_ 6 #define CONTENT_RENDERER_MEDIA_MEDIA_STREAM_CENTER_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "content/common/content_export.h" 12 #include "content/common/content_export.h"
13 #include "content/common/media/media_stream_options.h" 13 #include "content/common/media/media_stream_options.h"
14 #include "third_party/WebKit/public/platform/WebMediaStream.h" 14 #include "third_party/WebKit/public/platform/WebMediaStream.h"
15 #include "third_party/WebKit/public/platform/WebMediaStreamCenter.h" 15 #include "third_party/WebKit/public/platform/WebMediaStreamCenter.h"
16 #include "third_party/WebKit/public/platform/WebMediaStreamTrack.h" 16 #include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
17 #include "third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h "
17 18
18 namespace blink { 19 namespace blink {
19 class WebAudioSourceProvider; 20 class WebAudioSourceProvider;
20 class WebMediaStreamCenterClient; 21 class WebMediaStreamCenterClient;
21 } 22 }
22 23
23 namespace content { 24 namespace content {
24 class PeerConnectionDependencyFactory; 25 class PeerConnectionDependencyFactory;
25 26
26 class CONTENT_EXPORT MediaStreamCenter 27 class CONTENT_EXPORT MediaStreamCenter
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 bool didRemoveMediaStreamTrack( 59 bool didRemoveMediaStreamTrack(
59 const blink::WebMediaStream& stream, 60 const blink::WebMediaStream& stream,
60 const blink::WebMediaStreamTrack& track) override; 61 const blink::WebMediaStreamTrack& track) override;
61 62
62 DISALLOW_COPY_AND_ASSIGN(MediaStreamCenter); 63 DISALLOW_COPY_AND_ASSIGN(MediaStreamCenter);
63 }; 64 };
64 65
65 } // namespace content 66 } // namespace content
66 67
67 #endif // CONTENT_RENDERER_MEDIA_MEDIA_STREAM_CENTER_H_ 68 #endif // CONTENT_RENDERER_MEDIA_MEDIA_STREAM_CENTER_H_
OLDNEW
« no previous file with comments | « components/test_runner/mock_web_user_media_client.cc ('k') | content/renderer/media/media_stream_center.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698