Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: chrome/test/ui/ui_test.h

Issue 8376001: UI test for browser termination with beforeunload handler. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Revert app terminating notification test Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/ui/ui_test.h
===================================================================
--- chrome/test/ui/ui_test.h (revision 106520)
+++ chrome/test/ui/ui_test.h (working copy)
@@ -470,6 +470,9 @@
// 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.

Powered by Google App Engine
This is Rietveld 408576698