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

Unified Diff: net/quic/core/quic_packets.h

Issue 2544033002: Delete unused QuicData::owns_buffer method. No behavior change. (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_packets.h
diff --git a/net/quic/core/quic_packets.h b/net/quic/core/quic_packets.h
index b9a8b20600036f5dd6e5e3c539a36555b756d31c..ed23bce8a1b162b1f7572447f2222b50e3896256 100644
--- a/net/quic/core/quic_packets.h
+++ b/net/quic/core/quic_packets.h
@@ -118,7 +118,6 @@ class NET_EXPORT_PRIVATE QuicData {
const char* data() const { return buffer_; }
size_t length() const { return length_; }
- bool owns_buffer() const { return owns_buffer_; }
private:
const char* buffer_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698