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

Unified Diff: components/tracing/child_trace_message_filter_browsertest.cc

Issue 1995573003: [tracing] Introduce BACKGROUND mode in MemoryInfra (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use nullptr to mark end. Created 4 years, 7 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 | « base/trace_event/trace_config_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/child_trace_message_filter_browsertest.cc
diff --git a/components/tracing/child_trace_message_filter_browsertest.cc b/components/tracing/child_trace_message_filter_browsertest.cc
index e73f39202cb9447dcd519d264c40a2ba278b2cf3..ee4d08e447b79aa77a6f1bd1e56d58ad29c303da 100644
--- a/components/tracing/child_trace_message_filter_browsertest.cc
+++ b/components/tracing/child_trace_message_filter_browsertest.cc
@@ -131,7 +131,8 @@ class ChildTracingTest : public content::RenderViewTest, public IPC::Listener {
// checks that the child actually sends a response to that.
void RequestProcessMemoryDumpAndCheckResponse(uint64_t dump_guid) {
SimulateSyntheticMessageFromBrowser(TracingMsg_ProcessMemoryDumpRequest(
- {dump_guid, MemoryDumpType::EXPLICITLY_TRIGGERED}));
+ {dump_guid, MemoryDumpType::EXPLICITLY_TRIGGERED,
+ MemoryDumpLevelOfDetail::DETAILED}));
// Check that a child -> browser response to the local dump request is sent.
const IPC::Message* msg =
« no previous file with comments | « base/trace_event/trace_config_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698