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 0cad160d2943ac0d76559645f2e8a9caab439d4a..71459ed5cf23e77eeba58ac2b36471aa9f00aab5 100644 |
| --- a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.h |
| +++ b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.h |
| @@ -57,7 +57,6 @@ public: |
| String id() const; |
| String label() const; |
| bool remote() const; |
| - bool readonly() const; |
| bool enabled() const; |
| void setEnabled(bool); |