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

Unified Diff: content/browser/profiler_message_filter.cc

Issue 985773002: Introducing phased profiling framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@write_to_file
Patch Set: Fixing Android compile errors. 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_message_filter.h ('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/browser/profiler_message_filter.cc
diff --git a/content/browser/profiler_message_filter.cc b/content/browser/profiler_message_filter.cc
index ef8b2b72ffc42d85b1533dd6023270c11e2d6787..4bd85e21a54d644c71b51c60fd272e1e8d23f745 100644
--- a/content/browser/profiler_message_filter.cc
+++ b/content/browser/profiler_message_filter.cc
@@ -11,9 +11,8 @@
namespace content {
-ProfilerMessageFilter::ProfilerMessageFilter(int process_type)
- : BrowserMessageFilter(ChildProcessMsgStart),
- process_type_(process_type) {
+ProfilerMessageFilter::ProfilerMessageFilter(content::ProcessType process_type)
+ : BrowserMessageFilter(ChildProcessMsgStart), process_type_(process_type) {
}
void ProfilerMessageFilter::OnChannelConnected(int32 peer_pid) {
« no previous file with comments | « content/browser/profiler_message_filter.h ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698