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

Unified Diff: components/tracing/child_trace_message_filter_browsertest.cc

Issue 1424703003: Kills TraceTicks, which was functionally the same as TimeTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed win compile error. 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 | « components/tracing/child_trace_message_filter.cc ('k') | components/tracing/tracing_messages.h » ('j') | 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 72eb8a1868554c07edc13214862be3404f8f5714..b7c83e2c1ec983219dfbbf92c32ca6de63632513 100644
--- a/components/tracing/child_trace_message_filter_browsertest.cc
+++ b/components/tracing/child_trace_message_filter_browsertest.cc
@@ -118,7 +118,7 @@ class ChildTracingTest : public content::RenderViewTest, public IPC::Listener {
std::string category_filter = "-*,"; // Disable all other trace categories.
category_filter += MemoryDumpManager::kTraceCategory;
base::trace_event::TraceConfig trace_config(category_filter, "");
- TracingMsg_BeginTracing msg(trace_config.ToString(), base::TraceTicks(), 0);
+ TracingMsg_BeginTracing msg(trace_config.ToString(), base::TimeTicks(), 0);
SimulateSyntheticMessageFromBrowser(msg);
}
« no previous file with comments | « components/tracing/child_trace_message_filter.cc ('k') | components/tracing/tracing_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698