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

Unified Diff: chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc

Issue 298803010: Print Preview: Enable PrintPreviewTest on Linux ASAN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | pdf/control.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc b/chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc
index 3cf8a73092faba7286b08348816b6c68c972e79a..dfb6c4c84a753d93da7a9fafcccedf44e8ce37c6 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc
@@ -33,11 +33,6 @@ using task_manager::browsertest_util::MatchAnyTab;
using task_manager::browsertest_util::MatchPrint;
using task_manager::browsertest_util::WaitForTaskManagerRows;
-// http://crbug.com/375126: these tests fail after pdf plugin was open sourced.
-// They must not have been running before since these bots didn't have the PDf
-// plugin.
-#if !defined(ADDRESS_SANITIZER)
-
namespace {
class PrintPreviewTest : public InProcessBrowserTest {
@@ -204,5 +199,3 @@ IN_PROC_BROWSER_TEST_F(PrintPreviewTest, NoCrashOnCloseWithOtherTabs) {
#endif
} // namespace
-
-#endif
« no previous file with comments | « no previous file | pdf/control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698