Index: chrome/browser/ui/views/hung_renderer_view.h |
diff --git a/chrome/browser/ui/views/hung_renderer_view.h b/chrome/browser/ui/views/hung_renderer_view.h |
index 37264b1c9c0fd7b439fc1d490dc646d359cdce2b..27a0f66669525073d653476af1fd1121164128b5 100644 |
--- a/chrome/browser/ui/views/hung_renderer_view.h |
+++ b/chrome/browser/ui/views/hung_renderer_view.h |
@@ -105,8 +105,8 @@ class HungRendererDialogView : public views::DialogDelegateView, |
static HungRendererDialogView* GetInstance(); |
// Platform specific function to kill the renderer process identified by the |
- // handle passed in. |
- static void KillRendererProcess(base::ProcessHandle process_handle); |
+ // render process host passed in. |
+ static void KillRendererProcess(content::RenderProcessHost* rph); |
// Returns true if the frame is in the foreground. |
static bool IsFrameActive(content::WebContents* contents); |