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

Unified Diff: content/public/browser/browser_child_process_host.h

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/common/child_process_messages.h ('k') | content/public/browser/profiler_subscriber.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/browser_child_process_host.h
diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h
index 2cd989660851acf52a6a344048a408838f6772b9..d1369a455b01efce5497db8565aad2069ef2bef1 100644
--- a/content/public/browser/browser_child_process_host.h
+++ b/content/public/browser/browser_child_process_host.h
@@ -35,7 +35,7 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender {
// |process_type| needs to be either an enum value from ProcessType or an
// embedder-defined value.
static BrowserChildProcessHost* Create(
- int process_type,
+ content::ProcessType process_type,
BrowserChildProcessHostDelegate* delegate);
~BrowserChildProcessHost() override {}
« no previous file with comments | « content/common/child_process_messages.h ('k') | content/public/browser/profiler_subscriber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698