1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef NET_URL_REQUEST_URL_REQUEST_NETLOG_PARAMS_H_
6 #define NET_URL_REQUEST_URL_REQUEST_NETLOG_PARAMS_H_
10 #include "net/base/net_export.h"
11 #include "net/base/request_priority.h"
12 #include "net/log/net_log.h"
22 // Returns a Value containing NetLog parameters for starting a URLRequest.
23 NET_EXPORT scoped_ptr
<base::Value
> NetLogURLRequestStartCallback(
25 const std::string
* method
,
27 RequestPriority priority
,
29 NetLogCaptureMode
/* capture_mode */);
33 #endif // NET_URL_REQUEST_URL_REQUEST_NETLOG_PARAMS_H_