Chromium Code Reviews| Index: Source/platform/ContentType.h |
| diff --git a/Source/platform/ContentType.h b/Source/platform/ContentType.h |
| index f67d4e2ca33917068892ea5f6d342cba960a65e3..b984d2d3ce6e0341ebbd0d453c16e805faa79b94 100644 |
| --- a/Source/platform/ContentType.h |
| +++ b/Source/platform/ContentType.h |
| @@ -38,7 +38,6 @@ public: |
| String parameter(const String& parameterName) const; |
| String type() const; |
| - Vector<String> codecs() const; |
| const String& raw() const { return m_type; } |
| private: |
| String m_type; |