Index: chrome/test/ui/ui_test.cc |
=================================================================== |
--- chrome/test/ui/ui_test.cc (revision 107321) |
+++ chrome/test/ui/ui_test.cc (working copy) |
@@ -762,6 +762,7 @@ |
void UITest::TerminateBrowser() { |
launcher_->TerminateBrowser(); |
+ VerifyCleanExit(); |
Paweł Hajdan Jr.
2011/10/26 18:38:20
Could you remove VerifyCleanExit from the callers
achuithb
2011/10/26 18:55:44
Done.
|
} |
void UITest::NavigateToURLAsync(const GURL& url) { |
@@ -803,8 +804,6 @@ |
return false; |
} |
-// TODO(achuith): Call VerifyCleanExit from TerminateBrowser. |
-// http://crbug.com/101390 |
void UITest::VerifyCleanExit() { |
// Make sure the UMA metrics say we didn't crash. |
scoped_ptr<DictionaryValue> local_prefs(GetLocalState()); |