Index: webkit/media/buffered_data_source.h |
diff --git a/webkit/media/buffered_data_source.h b/webkit/media/buffered_data_source.h |
index d7dc37fe6a98923e383e6fb969b8eab317d5d318..13324893b30aeec1df603a1f7b24068b0efa264d 100644 |
--- a/webkit/media/buffered_data_source.h |
+++ b/webkit/media/buffered_data_source.h |
@@ -147,9 +147,6 @@ class BufferedDataSource : public WebDataSource { |
int64 total_bytes_; |
int64 buffered_bytes_; |
- // True if this data source is considered loaded. |
- bool loaded_; |
- |
// This value will be true if this data source can only support streaming. |
// i.e. range request is not supported. |
bool streaming_; |