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

Unified Diff: chrome/browser/ui/panels/panel_browsertest.cc

Issue 7631012: Re-enable accidentally disabled DragPanels test on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed comment about linux desktop. Created 9 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/ui/panels/panel_browsertest.cc
diff --git a/chrome/browser/ui/panels/panel_browsertest.cc b/chrome/browser/ui/panels/panel_browsertest.cc
index 4f5ff116af4779804c8442d135859bdf0d0f8c4d..2f6f2a962a85e5d874c5c1639b509a0521d58820 100644
--- a/chrome/browser/ui/panels/panel_browsertest.cc
+++ b/chrome/browser/ui/panels/panel_browsertest.cc
@@ -304,10 +304,10 @@ IN_PROC_BROWSER_TEST_F(PanelBrowserTest, MAYBE_CreatePanelOnOverflow) {
TestCreatePanelOnOverflow();
}
-#if defined(OS_MACOSX) || defined(OS_CHROMEOS) || defined(TOOLKIT_VIEWS)
-#define MAYBE_DragPanels DISABLED_DragPanels
-#else
+#if defined(TOOLKIT_GTK) || defined(OS_WIN)
#define MAYBE_DragPanels DragPanels
+#else
+#define MAYBE_DragPanels DISABLED_DragPanels
#endif
IN_PROC_BROWSER_TEST_F(PanelBrowserTest, MAYBE_DragPanels) {
« 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