 Chromium Code Reviews
 Chromium Code Reviews Issue 2867693004:
  Snapshot of all changes to get jumbo in blink and content.
    
  
    Issue 2867693004:
  Snapshot of all changes to get jumbo in blink and content. 
  | Index: net/quic/core/quic_session.cc | 
| diff --git a/net/quic/core/quic_session.cc b/net/quic/core/quic_session.cc | 
| index a32f3464126b38017eb7900e23204d7a5d74e5f6..2ede5ceb2303fe0231b48dba31a21e46258264a8 100644 | 
| --- a/net/quic/core/quic_session.cc | 
| +++ b/net/quic/core/quic_session.cc | 
| @@ -968,4 +968,6 @@ bool QuicSession::WriteStreamData(QuicStreamId id, | 
| return stream->WriteStreamData(offset, data_length, writer); | 
| } | 
| +#undef ENDPOINT | 
| + | 
| } // namespace net |