| Index: net/base/load_timing_info.cc
|
| ===================================================================
|
| --- net/base/load_timing_info.cc (revision 0)
|
| +++ net/base/load_timing_info.cc (revision 0)
|
| @@ -0,0 +1,18 @@
|
| +// 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.
|
| +
|
| +#include "base/logging.h"
|
| +#include "net/base/load_timing_info.h"
|
| +#include "net/base/net_log.h"
|
| +
|
| +namespace net {
|
| +
|
| +LoadTimingInfo::LoadTimingInfo() : socket_reused(false),
|
| + socket_log_id(NetLog::Source::kInvalidId) {
|
| +}
|
| +
|
| +LoadTimingInfo::~LoadTimingInfo() {}
|
| +
|
| +} // namespace net
|
| +
|
|
|
| Property changes on: net\base\load_timing_info.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|