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

Unified Diff: public/platform/WebMediaStreamSource.h

Issue 569613002: Add the possibility to specify MediaStreamTrack::remote when creating a track. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 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
« no previous file with comments | « Source/platform/mediastream/MediaStreamSource.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaStreamSource.h
diff --git a/public/platform/WebMediaStreamSource.h b/public/platform/WebMediaStreamSource.h
index 58692287a9b053c1c168ca058d7ecd6d8fdf621f..ec91f9100f1fd628963bd3847724e9536dc88b1e 100644
--- a/public/platform/WebMediaStreamSource.h
+++ b/public/platform/WebMediaStreamSource.h
@@ -83,7 +83,8 @@ public:
BLINK_PLATFORM_EXPORT void assign(const WebMediaStreamSource&);
- BLINK_PLATFORM_EXPORT void initialize(const WebString& id, Type, const WebString& name);
+ BLINK_PLATFORM_EXPORT void initialize(const WebString& id, Type, const WebString& name); // DEPRECATED
+ BLINK_PLATFORM_EXPORT void initialize(const WebString& id, Type, const WebString& name, bool remote, bool readOnly);
jochen (gone - plz use gerrit) 2014/10/20 13:25:31 nit. readonly
BLINK_PLATFORM_EXPORT void reset();
bool isNull() const { return m_private.isNull(); }
« no previous file with comments | « Source/platform/mediastream/MediaStreamSource.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698