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

Unified Diff: content/child/child_thread_impl.cc

Issue 985773002: Introducing phased profiling framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@write_to_file
Patch Set: Fial isherman@ comments 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
Index: content/child/child_thread_impl.cc
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
index cccefe597917512c7a51c35b821ba4add9ed0911..680870372ff237286c5b74507a0808bcf7a5da54 100644
--- a/content/child/child_thread_impl.cc
+++ b/content/child/child_thread_impl.cc
@@ -642,8 +642,8 @@ void ChildThreadImpl::OnGetChildProfilerData(int sequence_number) {
tracked_objects::ProcessDataSnapshot process_data;
ThreadData::Snapshot(&process_data);
- Send(new ChildProcessHostMsg_ChildProfilerData(sequence_number,
- process_data));
+ Send(
+ new ChildProcessHostMsg_ChildProfilerData(sequence_number, process_data));
}
void ChildThreadImpl::OnDumpHandles() {

Powered by Google App Engine
This is Rietveld 408576698