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

Unified Diff: net/spdy/spdy_config_service.cc

Issue 7827033: Introduce net::HttpServerPropertiesManager to manage server-specific properties. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
Index: net/spdy/spdy_config_service.cc
===================================================================
--- net/spdy/spdy_config_service.cc (revision 0)
+++ net/spdy/spdy_config_service.cc (revision 0)
@@ -0,0 +1,21 @@
+// Copyright (c) 2011 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.
+
+#include "net/spdy/spdy_config_service.h"
+
+namespace net {
+
+SpdyConfig::SpdyConfig() : spdy_servers("") {
+}
+
+SpdyConfig::~SpdyConfig() {
+}
+
+SpdyConfigService::SpdyConfigService() {
+}
+
+SpdyConfigService::~SpdyConfigService() {
+}
+
+} // namespace net

Powered by Google App Engine
This is Rietveld 408576698