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

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc

Issue 11273098: Relanding the EventTarget fixes for Aura (Ash) as the previous attempt was reverted due to interact… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 | « ash/wm/event_client_impl.cc ('k') | ui/aura/client/event_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc
===================================================================
--- chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc (revision 164745)
+++ chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc (working copy)
@@ -821,7 +821,10 @@
GURL url_dragging_;
};
-#if defined(OS_WIN)
+// TODO(ananta)
+// This test has been disabled for AURA. Please look here for more information.
+// http://code.google.com/p/chromium/issues/detail?id=158564&thanks=158564
+#if defined(OS_WIN) || defined(USE_AURA)
#define MAYBE_DNDBackToOriginatingMenu DISABLED_DNDBackToOriginatingMenu
#else
#define MAYBE_DNDBackToOriginatingMenu DNDBackToOriginatingMenu
« no previous file with comments | « ash/wm/event_client_impl.cc ('k') | ui/aura/client/event_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698