Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: net/quic/quic_data_writer.h

Issue 968233004: Land Recent QUIC Changes until 03/02/2015. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_data_stream.cc ('k') | net/quic/quic_data_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
}
« no previous file with comments | « net/quic/quic_data_stream.cc ('k') | net/quic/quic_data_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698