summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/ui_test_suite.cc
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-01 13:10:22 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-01 13:10:22 +0000
commitd81baca47b9f03e3cc50053e163dcd2be8ce7deb (patch)
treee61198793a5cad972af07a853f383c8f49daf823 /chrome/test/ui/ui_test_suite.cc
parentb294bc636677a5b83307f892674f81c20ff080c5 (diff)
downloadchromium_src-d81baca47b9f03e3cc50053e163dcd2be8ce7deb.zip
chromium_src-d81baca47b9f03e3cc50053e163dcd2be8ce7deb.tar.gz
chromium_src-d81baca47b9f03e3cc50053e163dcd2be8ce7deb.tar.bz2
linux: use xmessage for the dialog used in LOG(FATAL)
The previous code printed to stderr, but since the logging code already had logged to stderr we'd end up printing the message twice, which was making me nervous. BUG=29997,31243,37026 Review URL: http://codereview.chromium.org/660269 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40271 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test_suite.cc')
-rw-r--r--chrome/test/ui/ui_test_suite.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/test/ui/ui_test_suite.cc b/chrome/test/ui/ui_test_suite.cc
index a26000f..bbdf428b 100644
--- a/chrome/test/ui/ui_test_suite.cc
+++ b/chrome/test/ui/ui_test_suite.cc
@@ -110,9 +110,7 @@ void UITestSuite::Shutdown() {
}
void UITestSuite::SuppressErrorDialogs() {
-#if defined(OS_WIN)
TestSuite::SuppressErrorDialogs();
-#endif
UITest::set_show_error_dialogs(false);
}