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

Unified Diff: chrome/browser/printing/print_dialog_cloud_uitest.cc

Issue 8735016: Move print_dialog_cloud_uitests to interactive_ui_tests for troubleshooting for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 9 years, 1 month 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 | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_dialog_cloud_uitest.cc
diff --git a/chrome/browser/printing/print_dialog_cloud_uitest.cc b/chrome/browser/printing/print_dialog_cloud_uitest.cc
index f02d905eb32e7f26f9beb6f1c76e4bc29e1a8a9b..37f9992a67bed7f8d90d2ae3a0a84149e53994e4 100644
--- a/chrome/browser/printing/print_dialog_cloud_uitest.cc
+++ b/chrome/browser/printing/print_dialog_cloud_uitest.cc
@@ -227,9 +227,8 @@ net::URLRequestJob* PrintDialogCloudTest::Factory(net::URLRequest* request,
return new SimpleTestJob(request);
}
-#if defined(OS_WIN) || defined(USE_AURA)
+#if defined(OS_WIN)
// http://crbug.com/94864 for OS_WIN issue
-// http://crbug.com/104396 for AURA issue.
#define MAYBE_HandlersRegistered DISABLED_HandlersRegistered
#else
#define MAYBE_HandlersRegistered HandlersRegistered
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698