Chromium Code Reviews| Index: content/browser/frame_host/render_frame_host_impl.h |
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
| index f66411d23d969d39d975bf159cedae196062778b..b1cdef6e02334685d1c64921bb56a9f0f8a90c6e 100644 |
| --- a/content/browser/frame_host/render_frame_host_impl.h |
| +++ b/content/browser/frame_host/render_frame_host_impl.h |
| @@ -12,6 +12,7 @@ |
| #include "base/compiler_specific.h" |
| #include "base/gtest_prod_util.h" |
| #include "base/memory/weak_ptr.h" |
| +#include "base/process/kill.h" |
|
Charlie Reis
2015/02/03 01:06:35
What's this needed for? Maybe it just goes in the
nasko
2015/02/04 16:51:31
Done.
|
| #include "base/strings/string16.h" |
| #include "base/time/time.h" |
| #include "content/browser/accessibility/browser_accessibility_manager.h" |
| @@ -459,6 +460,7 @@ class CONTENT_EXPORT RenderFrameHostImpl |
| const base::TimeTicks& renderer_before_unload_start_time, |
| const base::TimeTicks& renderer_before_unload_end_time); |
| void OnSwapOutACK(); |
| + void OnRenderProcessGone(int status, int error_code); |
| void OnContextMenu(const ContextMenuParams& params); |
| void OnJavaScriptExecuteResponse(int id, const base::ListValue& result); |
| void OnRunJavaScriptMessage(const base::string16& message, |