Chromium Code Reviews| Index: third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.h |
| diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.h b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.h |
| index 0502e8eedb5088de9598a0805b6fd613e048c21c..97198ca33a5fc7f4bd380a655b12cbbd3fced205 100644 |
| --- a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.h |
| +++ b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.h |
| @@ -59,7 +59,6 @@ class MODULES_EXPORT MediaStreamTrack |
| String kind() const; |
| String id() const; |
| String label() const; |
| - bool remote() const; |
| bool enabled() const; |
| void setEnabled(bool); |