Index: trunk/src/content/browser/browser_plugin/browser_plugin_host_browsertest.cc |
=================================================================== |
--- trunk/src/content/browser/browser_plugin/browser_plugin_host_browsertest.cc (revision 216906) |
+++ trunk/src/content/browser/browser_plugin/browser_plugin_host_browsertest.cc (working copy) |
@@ -247,11 +247,6 @@ |
content::BrowserPluginGuestManager::set_factory_for_testing( |
TestBrowserPluginHostFactory::GetInstance()); |
- // On legacy windows, the AcceptDragEvents test needs this to pass. |
-#if defined(OS_WIN) && !defined(USE_AURA) |
- UseRealGLBindings(); |
-#endif |
- |
ContentBrowserTest::SetUp(); |
} |
virtual void TearDown() OVERRIDE { |