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

Unified Diff: net/log/net_log_util.cc

Issue 1458093002: Remove unused ScopedVector from net_log_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/net_log_util.cc
diff --git a/net/log/net_log_util.cc b/net/log/net_log_util.cc
index 43805a86b0d9eafb28437c0405fb9d528e6f9d2e..4d5074c73b66d728034eb63d18c20dbf2eba5128 100644
--- a/net/log/net_log_util.cc
+++ b/net/log/net_log_util.cc
@@ -514,7 +514,6 @@ NET_EXPORT void CreateNetLogEntriesForActiveObjects(
std::sort(requests.begin(), requests.end(), RequestCreatedBefore);
// Create fake events.
- ScopedVector<NetLog::Entry> entries;
for (const auto& request : requests) {
NetLog::ParametersCallback callback =
base::Bind(&GetRequestStateAsValue, base::Unretained(request));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698