diff options
author | achuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-27 21:17:17 +0000 |
---|---|---|
committer | achuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-27 21:17:17 +0000 |
commit | 1afc5c2f17fa6e2dbd2dbdd89b17df3c3c04bf33 (patch) | |
tree | b6875b3988a64e233fc3ba866b08a6dc1d82d996 /chrome/test/ui/ui_test.h | |
parent | 6b814e144d282b50f343a166aa9fc8940cc538f1 (diff) | |
download | chromium_src-1afc5c2f17fa6e2dbd2dbdd89b17df3c3c04bf33.zip chromium_src-1afc5c2f17fa6e2dbd2dbdd89b17df3c3c04bf33.tar.gz chromium_src-1afc5c2f17fa6e2dbd2dbdd89b17df3c3c04bf33.tar.bz2 |
Call VerifyCleanExit in TerminateBrowser.
BUG=101390
TEST=ui tests continue to pass.
Review URL: http://codereview.chromium.org/8390041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107622 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r-- | chrome/test/ui/ui_test.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h index 59b5337..6e4a4a2 100644 --- a/chrome/test/ui/ui_test.h +++ b/chrome/test/ui/ui_test.h @@ -470,9 +470,6 @@ class UITest : public UITestBase, public PlatformTest { // Terminates the browser, simulates end of session. void TerminateBrowser(); - // Verify that the browser exited cleanly. - void VerifyCleanExit(); - // Tells the browser to navigate to the given URL in the active tab // of the first app window. // Does not wait for the navigation to complete to return. |