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

Unified Diff: chrome/browser/views/tabs/tab_dragging_test.cc

Issue 3283007: Fixed bad ifdef. (Closed)
Patch Set: Created 10 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/tab_dragging_test.cc
diff --git a/chrome/browser/views/tabs/tab_dragging_test.cc b/chrome/browser/views/tabs/tab_dragging_test.cc
index e94ef19ab41aa60d9e4ea1888428f4c229f329eb..8bc37e384246ef3de1130b3d1351cb52209b26af 100644
--- a/chrome/browser/views/tabs/tab_dragging_test.cc
+++ b/chrome/browser/views/tabs/tab_dragging_test.cc
@@ -37,8 +37,8 @@
// These tests fail on Linux because we haven't implemented all of tab dragging
// (it's not needed on chromeos). See http://crbug.com/10941
#if defined(OS_LINUX)
-#define DISABLED_Tab1Tab2 FAILS_Tab1Tab2
-#define DISABLED_Tab1Tab3 FAILS_Tab1Tab3
+#define MAYBE_Tab1Tab2 DISABLED_Tab1Tab2
+#define MAYBE_Tab1Tab3 DISABLED_Tab1Tab3
#else
#define MAYBE_Tab1Tab2 Tab1Tab2
#define MAYBE_Tab1Tab3 Tab1Tab3
« 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