Index: chrome/browser/automation/testing_automation_provider.h |
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h |
index b1af561de0ebb9d6c861c9a8692aecb1f485e324..ce6c127e39ee3def1c11cdb15028bce0c2ca20c8 100644 |
--- a/chrome/browser/automation/testing_automation_provider.h |
+++ b/chrome/browser/automation/testing_automation_provider.h |
@@ -744,6 +744,12 @@ class TestingAutomationProvider : public AutomationProvider, |
DictionaryValue* args, |
IPC::Message* reply_message); |
+ // Kills the given renderer process and returns after the associated |
+ // RenderProcessHost receives notification of its closing. |
+ void KillRendererProcess(Browser* browser, |
+ DictionaryValue* args, |
+ IPC::Message* reply_message); |
+ |
void WaitForTabCountToBecome(int browser_handle, |
int target_tab_count, |
IPC::Message* reply_message); |