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

Unified Diff: chrome/browser/ui/webui/profiler_ui.cc

Issue 1021053003: Delivering the FIRST_NONEMPTY_PAINT phase changing event to base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@phase_splitting
Patch Set: Short isherman@ note. Created 5 years, 8 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
Index: chrome/browser/ui/webui/profiler_ui.cc
diff --git a/chrome/browser/ui/webui/profiler_ui.cc b/chrome/browser/ui/webui/profiler_ui.cc
index a16c05f1e08aa201d5978c023dc86a058a555592..ee9888d08c6826e2d6c738fb193bb9740ce37d64 100644
--- a/chrome/browser/ui/webui/profiler_ui.cc
+++ b/chrome/browser/ui/webui/profiler_ui.cc
@@ -167,8 +167,8 @@ void ProfilerUI::ReceivedProfilerData(
base::ProcessId process_id,
content::ProcessType process_type,
int profiling_phase,
- base::TimeDelta phase_start,
- base::TimeDelta phase_finish,
+ base::TimeTicks phase_start,
+ base::TimeTicks phase_finish,
const metrics::ProfilerEvents& past_events) {
// Serialize the data to JSON.
base::DictionaryValue json_data;

Powered by Google App Engine
This is Rietveld 408576698