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

Unified Diff: net/spdy/spdy_framer.cc

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 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
Index: net/spdy/spdy_framer.cc
diff --git a/net/spdy/spdy_framer.cc b/net/spdy/spdy_framer.cc
index 990f722d62f33fc24f8b5d7ffd3a17c612c426fc..7a926ce00b5ca47ae40966b3f0018abcd1eec58d 100644
--- a/net/spdy/spdy_framer.cc
+++ b/net/spdy/spdy_framer.cc
@@ -2868,7 +2868,7 @@ SpdyFrame* SpdyFramer::SerializeAltSvc(const SpdyAltSvcIR& altsvc) {
return builder.take();
}
-SpdyFrame* SpdyFramer::SerializePriority(const SpdyPriorityIR& priority) {
+SpdyFrame* SpdyFramer::SerializePriority(const SpdyPriorityIR& priority) const {
DCHECK_LT(SPDY3, protocol_version());
size_t size = GetPrioritySize();

Powered by Google App Engine
This is Rietveld 408576698