Index: net/quic/quic_data_writer.h |
diff --git a/net/quic/quic_data_writer.h b/net/quic/quic_data_writer.h |
index 4b5958efe57d18dd03d4053b361d2fade2602a5d..caffcf1f7d9b79571e54b53e80e29a1a05dd8008 100644 |
--- a/net/quic/quic_data_writer.h |
+++ b/net/quic/quic_data_writer.h |
@@ -54,13 +54,6 @@ class NET_EXPORT_PRIVATE QuicDataWriter { |
// Fills the remaining buffer with null characters. |
void WritePadding(); |
- // Methods for editing the payload at a specific offset, where the |
- // offset must be within the writer's capacity. |
- // Return true if there is enough space at that offset, false otherwise. |
- bool WriteUInt8ToOffset(uint8 value, size_t offset); |
- bool WriteUInt32ToOffset(uint32 value, size_t offset); |
- bool WriteUInt48ToOffset(uint64 value, size_t offset); |
- |
size_t capacity() const { |
return capacity_; |
} |