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

Unified Diff: content/browser/browser_child_process_host_impl.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/browser_child_process_host_impl.h ('k') | content/browser/profiler_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_child_process_host_impl.cc
diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
index c8d0641d7711b89ec45ed456cb60a8b369d48a2a..08486fc7fa4c51c6284a25a35ae38b7d80f654c8 100644
--- a/content/browser/browser_child_process_host_impl.cc
+++ b/content/browser/browser_child_process_host_impl.cc
@@ -60,7 +60,7 @@ void NotifyProcessCrashed(const ChildProcessData& data) {
} // namespace
BrowserChildProcessHost* BrowserChildProcessHost::Create(
- int process_type,
+ content::ProcessType process_type,
BrowserChildProcessHostDelegate* delegate) {
return new BrowserChildProcessHostImpl(process_type, delegate);
}
@@ -92,7 +92,7 @@ void BrowserChildProcessHostImpl::RemoveObserver(
}
BrowserChildProcessHostImpl::BrowserChildProcessHostImpl(
- int process_type,
+ content::ProcessType process_type,
BrowserChildProcessHostDelegate* delegate)
: data_(process_type),
delegate_(delegate),
« no previous file with comments | « content/browser/browser_child_process_host_impl.h ('k') | content/browser/profiler_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698