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

Unified Diff: third_party/WebKit/public/platform/WebMediaStreamSource.h

Issue 2425703002: Remove |remote| and |readonly| members of MediaStreamTrack (Closed)
Patch Set: 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: third_party/WebKit/public/platform/WebMediaStreamSource.h
diff --git a/third_party/WebKit/public/platform/WebMediaStreamSource.h b/third_party/WebKit/public/platform/WebMediaStreamSource.h
index 802c3bf21b5b6dee1f29eeee7da3650e31a2cd71..133d1b53e765484178c8ce84886c0bab8cbd39fe 100644
--- a/third_party/WebKit/public/platform/WebMediaStreamSource.h
+++ b/third_party/WebKit/public/platform/WebMediaStreamSource.h
@@ -88,17 +88,12 @@ class WebMediaStreamSource {
BLINK_PLATFORM_EXPORT void initialize(const WebString& id,
Type,
const WebString& name); // DEPRECATED
mcasas 2016/10/17 18:08:25 I guess this initialize() is not DEPRECATED anymor
- BLINK_PLATFORM_EXPORT void initialize(const WebString& id,
- Type,
- const WebString& name,
- bool remote);
BLINK_PLATFORM_EXPORT void reset();
bool isNull() const { return m_private.isNull(); }
BLINK_PLATFORM_EXPORT WebString id() const;
BLINK_PLATFORM_EXPORT Type getType() const;
BLINK_PLATFORM_EXPORT WebString name() const;
- BLINK_PLATFORM_EXPORT bool remote() const;
BLINK_PLATFORM_EXPORT void setReadyState(ReadyState);
BLINK_PLATFORM_EXPORT ReadyState getReadyState() const;

Powered by Google App Engine
This is Rietveld 408576698