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

Unified Diff: base/trace_event/memory_dump_manager_unittest.cc

Issue 2058973002: testing Base URL: https://chromium.googlesource.com/chromium/src.git@set_whitelist
Patch Set: rebase. Created 4 years, 6 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 | « no previous file | base/trace_event/trace_config_memory_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/memory_dump_manager_unittest.cc
diff --git a/base/trace_event/memory_dump_manager_unittest.cc b/base/trace_event/memory_dump_manager_unittest.cc
index 2b49228395b29d6c776489ae36b5c4734e9f55a4..bac33cb22d25551201f524b78a2b2de8eaf332ff 100644
--- a/base/trace_event/memory_dump_manager_unittest.cc
+++ b/base/trace_event/memory_dump_manager_unittest.cc
@@ -1148,7 +1148,7 @@ TEST_F(MemoryDumpManagerTest, TestBackgroundTracingSetup) {
EXPECT_CALL(*delegate_, RequestGlobalMemoryDump(_, _)).Times(AnyNumber());
EnableTracingWithTraceConfig(
- TraceConfigMemoryTestUtil::GetTraceConfig_BackgroundTrigger());
+ TraceConfigMemoryTestUtil::GetTraceConfig_BackgroundTrigger(1));
ASSERT_TRUE(IsPeriodicDumpingEnabled());
run_loop.Run();
DisableTracing();
« no previous file with comments | « no previous file | base/trace_event/trace_config_memory_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698