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

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

Issue 8907030: Disable PrintDialogloudTest.HandlerRegistered again (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | no next file » | 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 f434d8fcfd6753e56d91cf6a33cd2058c44e0482..945ca415394fd521019798c91d46331f4a3c6d65 100644
--- a/chrome/browser/printing/print_dialog_cloud_uitest.cc
+++ b/chrome/browser/printing/print_dialog_cloud_uitest.cc
@@ -227,8 +227,9 @@ net::URLRequestJob* PrintDialogCloudTest::Factory(net::URLRequest* request,
return new SimpleTestJob(request);
}
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(USE_AURA)
// http://crbug.com/94864 for OS_WIN issue
+// http://crbug.com/103497 for USE_AURA issue
#define MAYBE_HandlersRegistered DISABLED_HandlersRegistered
#else
#define MAYBE_HandlersRegistered HandlersRegistered
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698