Index: content/renderer/media/buffered_resource_loader.h |
diff --git a/content/renderer/media/buffered_resource_loader.h b/content/renderer/media/buffered_resource_loader.h |
index fffa44ce5bd1578fb90c9e81a606a2003ce73c1e..3331979d2c9e912b1f2cf7ead1161acadc119889 100644 |
--- a/content/renderer/media/buffered_resource_loader.h |
+++ b/content/renderer/media/buffered_resource_loader.h |
@@ -237,15 +237,6 @@ class CONTENT_EXPORT BufferedResourceLoader |
// If we have made a range request, verify the response from the server. |
bool VerifyPartialResponse(const blink::WebURLResponse& response); |
- // Returns the value for a range request header using parameters |
- // |first_byte_position| and |last_byte_position|. Negative numbers other |
- // than |kPositionNotSpecified| are not allowed for |first_byte_position| and |
- // |last_byte_position|. |first_byte_position| should always be less than or |
- // equal to |last_byte_position| if they are both not |kPositionNotSpecified|. |
- // Empty string is returned on invalid parameters. |
- std::string GenerateHeaders(int64 first_byte_position, |
- int64 last_byte_position); |
- |
// Done with read. Invokes the read callback and reset parameters for the |
// read request. |
void DoneRead(Status status, int bytes_read); |