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

Unified Diff: content/child/child_thread_impl.h

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: Created 5 years, 9 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 | « content/browser/profiler_controller_impl.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index 03727d6b0477ef8fc529230e2c763b9d5e0a01b9..b246414866eb16b0963eebe00f392ea607637fe4 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -218,7 +218,8 @@ class CONTENT_EXPORT ChildThreadImpl
// IPC message handlers.
void OnShutdown();
void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
- void OnGetChildProfilerData(int sequence_number);
+ void OnGetChildProfilerData(int sequence_number, int current_profiling_phase);
+ void OnProfilingPhaseCompletion(int profiling_phase);
void OnDumpHandles();
void OnProcessBackgrounded(bool background);
#ifdef IPC_MESSAGE_LOG_ENABLED
« no previous file with comments | « content/browser/profiler_controller_impl.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698