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

Unified Diff: chrome/test/base/tracing_browsertest.cc

Issue 1306753005: [tracing] Add memory dump config to TraceConfig (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build. Created 5 years, 4 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') | content/browser/tracing/memory_tracing_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/tracing_browsertest.cc
diff --git a/chrome/test/base/tracing_browsertest.cc b/chrome/test/base/tracing_browsertest.cc
index aa7f9c1aa10733e2f4181ef5d01fbc383ff52bcf..1b953594314f8d2b8f431892bd20ecf82643bd95 100644
--- a/chrome/test/base/tracing_browsertest.cc
+++ b/chrome/test/base/tracing_browsertest.cc
@@ -57,9 +57,9 @@ class TracingBrowserTest : public InProcessBrowserTest {
// Begin tracing and watch for multiple periodic dump trace events.
std::string event_name = base::trace_event::MemoryDumpTypeToString(
MemoryDumpType::PERIODIC_INTERVAL);
- ASSERT_TRUE(BeginTracingWithWatch(
- MemoryDumpManager::kTraceCategoryForTesting,
- MemoryDumpManager::kTraceCategoryForTesting, event_name, 10));
+ ASSERT_TRUE(BeginTracingWithWatch(MemoryDumpManager::kTraceCategory,
+ MemoryDumpManager::kTraceCategory,
+ event_name, 10));
GURL url2("chrome://credits/");
ui_test_utils::NavigateToURLWithDisposition(
« no previous file with comments | « base/trace_event/trace_config_unittest.cc ('k') | content/browser/tracing/memory_tracing_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698