Index: net/quic/quic_config.h |
diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h |
index ceb56e2d76a60b9b654162dd76299e4aa8742569..5b6707abf86ef0437e374fce9930c20d540c04b3 100644 |
--- a/net/quic/quic_config.h |
+++ b/net/quic/quic_config.h |
@@ -118,10 +118,6 @@ class NET_EXPORT_PRIVATE QuicNegotiableTag : public QuicNegotiableValue { |
// msg doesn't contain tag |name_|. |
void set(const QuicTagVector& possible_values, QuicTag default_value); |
- // Returns the negotiated tag if |negotiated_| is true, otherwise returns |
- // |default_value_| (used to set default values before negotiation finishes). |
- QuicTag GetTag() const; |
- |
// Serialises |name_| and vector (either possible or negotiated) to |out|. If |
// |negotiated_| is true then |negotiated_tag_| is serialised, otherwise |
// |possible_values_| is serialised. |