summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/about_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/about_handler.h')
-rw-r--r--chrome/renderer/about_handler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/renderer/about_handler.h b/chrome/renderer/about_handler.h
index ee55f49..dea3c5b 100644
--- a/chrome/renderer/about_handler.h
+++ b/chrome/renderer/about_handler.h
@@ -24,6 +24,9 @@ class AboutHandler {
// Induces a renderer crash.
static void AboutCrash();
+ // Induces a renderer kill.
+ static void AboutKill();
+
// Induces a renderer hang.
static void AboutHang();