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

Unified Diff: net/http/http_server_properties_impl.h

Issue 9618002: SPDY - integration of spdy/3 code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/http/http_server_properties.cc ('k') | net/http/http_server_properties_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_server_properties_impl.h
===================================================================
--- net/http/http_server_properties_impl.h (revision 126086)
+++ net/http/http_server_properties_impl.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -113,6 +113,11 @@
virtual bool SetSpdySettings(const HostPortPair& host_port_pair,
const spdy::SpdySettings& settings) OVERRIDE;
+ // Saves an individual setting for a host. Returns true if SpdySetting is to
+ // be persisted because |spdy_settings_map_| has been updated.
+ virtual bool SetSpdySetting(const HostPortPair& host_port_pair,
+ const spdy::SpdySetting& setting) OVERRIDE;
+
// Clears all spdy_settings.
virtual void ClearSpdySettings() OVERRIDE;
« no previous file with comments | « net/http/http_server_properties.cc ('k') | net/http/http_server_properties_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698