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

Unified Diff: content/test/layouttest_support.cc

Issue 137403005: Remove some code inside USE_AURA and OS_WIN ifdefs. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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
Index: content/test/layouttest_support.cc
===================================================================
--- content/test/layouttest_support.cc (revision 244508)
+++ content/test/layouttest_support.cc (working copy)
@@ -18,10 +18,6 @@
#include "third_party/WebKit/public/platform/WebDeviceOrientationData.h"
#include "third_party/WebKit/public/platform/WebGamepads.h"
-#if defined(OS_WIN) && !defined(USE_AURA)
-#include "content/browser/web_contents/web_contents_drag_win.h"
-#endif
-
#if defined(OS_MACOSX)
#include "content/browser/renderer_host/popup_menu_helper_mac.h"
#endif
@@ -103,8 +99,6 @@
#if defined(OS_MACOSX)
ImageTransportSurface::SetAllowOSMesaForTesting(true);
PopupMenuHelper::DontShowPopupMenuForTesting();
-#elif defined(OS_WIN) && !defined(USE_AURA)
- WebContentsDragWin::DisableDragDropForTesting();
#endif
RenderWidgetHostImpl::DisableResizeAckCheckForTesting();
}

Powered by Google App Engine
This is Rietveld 408576698