Index: chrome/browser/ui/webui/profiler_ui.h |
diff --git a/chrome/browser/ui/webui/profiler_ui.h b/chrome/browser/ui/webui/profiler_ui.h |
index d4546c27b58dcec43d85b80dd29a8dfe904bad0b..c2caa2f58e19044b13223588cdbd66888dec2bdb 100644 |
--- a/chrome/browser/ui/webui/profiler_ui.h |
+++ b/chrome/browser/ui/webui/profiler_ui.h |
@@ -22,8 +22,13 @@ class ProfilerUI : public content::WebUIController, |
private: |
// TrackingSynchronizerObserver: |
void ReceivedProfilerData( |
- const tracked_objects::ProcessDataSnapshot& profiler_data, |
- int process_type) override; |
+ const tracked_objects::ProcessDataPhaseSnapshot& process_data_phase, |
+ base::ProcessId process_id, |
+ content::ProcessType process_type, |
+ int profiling_phase, |
+ const base::TimeDelta& phase_start, |
+ const base::TimeDelta& phase_finish, |
+ const metrics::ProfilerEvents& past_events) override; |
// Used to get |weak_ptr_| to self on the UI thread. |
base::WeakPtrFactory<ProfilerUI> weak_ptr_factory_; |