Index: chrome/test/in_process_browser_test.h |
diff --git a/chrome/test/in_process_browser_test.h b/chrome/test/in_process_browser_test.h |
index dfcf6d6510c60cb515f0adb89fe91ace3b8fca74..6e922d9e8922582aacfb62772a5b4eeaa034ddf7 100644 |
--- a/chrome/test/in_process_browser_test.h |
+++ b/chrome/test/in_process_browser_test.h |
@@ -114,9 +114,6 @@ class InProcessBrowserTest : public testing::Test { |
void EnableDOMAutomation() { dom_automation_enabled_ = true; } |
void EnableSingleProcess() { single_process_ = true; } |
- // Run all pending events in the message loop. |
- void RunAllPendingEvents(); |
- |
private: |
// Invokes CreateBrowser to create a browser, then RunTestOnMainThread, and |
// destroys the browser. |