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

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: 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/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 e606902637c531f0d45b60f0ebb771bb58b44bc0..08e64f00e4b2698201ba341adfabfe8c619d988d 100644
--- a/content/browser/browser_child_process_host_impl.cc
+++ b/content/browser/browser_child_process_host_impl.cc
@@ -59,7 +59,7 @@ void NotifyProcessCrashed(const ChildProcessData& data) {
} // namespace
BrowserChildProcessHost* BrowserChildProcessHost::Create(
- int process_type,
+ content::ProcessType process_type,
BrowserChildProcessHostDelegate* delegate) {
cpu_(ooo_6.6-7.5) 2015/03/26 20:31:43 the changes here and in the .h file really out to
vadimt 2015/03/26 20:35:46 Ack
return new BrowserChildProcessHostImpl(process_type, delegate);
}
@@ -91,7 +91,7 @@ void BrowserChildProcessHostImpl::RemoveObserver(
}
BrowserChildProcessHostImpl::BrowserChildProcessHostImpl(
- int process_type,
+ content::ProcessType process_type,
BrowserChildProcessHostDelegate* delegate)
: data_(process_type),
delegate_(delegate),

Powered by Google App Engine
This is Rietveld 408576698