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

Unified Diff: content/browser/browser_child_process_host_impl.h

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.h
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
index 778b276cbeca0e30bc4313a78847db45c29ad688..21a51794398fef911e3c03b880e00479137e1d4a 100644
--- a/content/browser/browser_child_process_host_impl.h
+++ b/content/browser/browser_child_process_host_impl.h
@@ -42,9 +42,8 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
#endif
public ChildProcessLauncher::Client {
public:
- BrowserChildProcessHostImpl(
- int process_type,
- BrowserChildProcessHostDelegate* delegate);
+ BrowserChildProcessHostImpl(content::ProcessType process_type,
+ BrowserChildProcessHostDelegate* delegate);
~BrowserChildProcessHostImpl() override;
// Terminates all child processes and deletes each BrowserChildProcessHost

Powered by Google App Engine
This is Rietveld 408576698