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

Unified Diff: net/http/http_server_properties.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, 2 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/http/http_server_properties.cc
===================================================================
--- net/http/http_server_properties.cc (revision 0)
+++ net/http/http_server_properties.cc (revision 0)
@@ -0,0 +1,15 @@
+// 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/http/http_server_properties.h"
+
+namespace net {
+
+HttpServerProperties::HttpServerProperties() {
willchan no longer on Chromium 2011/10/04 05:55:02 There's no need for these to be in the .cc file. J
ramant (doing other things) 2011/10/06 06:17:52 Done.
+}
+
+HttpServerProperties::~HttpServerProperties() {
+}
+
+} // namespace net

Powered by Google App Engine
This is Rietveld 408576698