summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 20:25:13 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 20:25:13 +0000
commit3fd1f9b3411bed659e99cab7b196b1ea3d2a3947 (patch)
tree26b5e01c1d945da4cbb80fb3fa7d3b39401a59ca /chrome/test/in_process_browser_test.h
parent36d6a5006422d2c1902855d53446758169b321da (diff)
downloadchromium_src-3fd1f9b3411bed659e99cab7b196b1ea3d2a3947.zip
chromium_src-3fd1f9b3411bed659e99cab7b196b1ea3d2a3947.tar.gz
chromium_src-3fd1f9b3411bed659e99cab7b196b1ea3d2a3947.tar.bz2
Rename RunAllPendingEvents -> RunAllPendingInMessageLoop
Looks like I screwed my git repository when I submitted a change before and checked in only header change in ui_test_utils.h. Sorry about that. BUG=none TEST=none Review URL: http://codereview.chromium.org/1591004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/in_process_browser_test.h')
-rw-r--r--chrome/test/in_process_browser_test.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/in_process_browser_test.h b/chrome/test/in_process_browser_test.h
index dfcf6d6..6e922d9 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.