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

Unified Diff: net/base/sdch_manager_unittest.cc

Issue 2772283003: Make url_request_context dumps include context names (Closed)
Patch Set: Revert back to an explicit list Created 3 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 | « chrome/browser/profiles/profile_io_data.cc ('k') | net/http/http_cache_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/sdch_manager_unittest.cc
diff --git a/net/base/sdch_manager_unittest.cc b/net/base/sdch_manager_unittest.cc
index 72913a3daf9e44658179383a7ad9fcf154cdb362..8deef54764f47262acb7c80577cb221609347e2d 100644
--- a/net/base/sdch_manager_unittest.cc
+++ b/net/base/sdch_manager_unittest.cc
@@ -672,11 +672,11 @@ TEST_P(SdchManagerMemoryDumpTest, DumpMemoryStats) {
new base::trace_event::ProcessMemoryDump(nullptr, dump_args));
base::trace_event::MemoryAllocatorDump* parent =
- pmd->CreateAllocatorDump("net/url_request_context_0x123");
+ pmd->CreateAllocatorDump("net/url_request_context/main/0x123");
sdch_manager()->DumpMemoryStats(pmd.get(), parent->absolute_name());
const base::trace_event::MemoryAllocatorDump* sub_dump =
- pmd->GetAllocatorDump("net/url_request_context_0x123/sdch_manager");
+ pmd->GetAllocatorDump("net/url_request_context/main/0x123/sdch_manager");
ASSERT_NE(nullptr, sub_dump);
const base::trace_event::MemoryAllocatorDump* dump = pmd->GetAllocatorDump(
base::StringPrintf("net/sdch_manager_0x%" PRIxPTR,
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | net/http/http_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698