Chromium Code Reviews| 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), |