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

Unified Diff: net/url_request/url_request_netlog_params.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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/url_request/url_request_job_unittest.cc ('k') | net/url_request/url_request_netlog_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_netlog_params.h
diff --git a/net/url_request/url_request_netlog_params.h b/net/url_request/url_request_netlog_params.h
deleted file mode 100644
index f2e0dceda2892173c3c4a58db45aa681c5f64aff..0000000000000000000000000000000000000000
--- a/net/url_request/url_request_netlog_params.h
+++ /dev/null
@@ -1,40 +0,0 @@
-// 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.
-
-#ifndef NET_URL_REQUEST_URL_REQUEST_NETLOG_PARAMS_H_
-#define NET_URL_REQUEST_URL_REQUEST_NETLOG_PARAMS_H_
-
-#include <string>
-
-#include "net/base/net_export.h"
-#include "net/base/net_log.h"
-#include "net/base/request_priority.h"
-
-class GURL;
-
-namespace base {
-class Value;
-}
-
-namespace net {
-
-// Returns a Value containing NetLog parameters for starting a URLRequest.
-NET_EXPORT base::Value* NetLogURLRequestStartCallback(
- const GURL* url,
- const std::string* method,
- int load_flags,
- RequestPriority priority,
- int64 upload_id,
- NetLog::LogLevel /* log_level */);
-
-// Attempts to extract the load flags from a Value created by the above
-// function. On success, sets |load_flags| accordingly and returns true.
-// On failure, sets |load_flags| to 0.
-NET_EXPORT bool StartEventLoadFlagsFromEventParams(
- const base::Value* event_params,
- int* load_flags);
-
-} // namespace net
-
-#endif // NET_URL_REQUEST_URL_REQUEST_NETLOG_PARAMS_H_
« no previous file with comments | « net/url_request/url_request_job_unittest.cc ('k') | net/url_request/url_request_netlog_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698