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

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

Issue 288083002: linux_aura: Reenable a bunch of tests that were disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert the BookmarkBarView test enabling; those are still failing. Created 6 years, 7 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: chrome/browser/ui/panels/base_panel_browser_test.cc
diff --git a/chrome/browser/ui/panels/base_panel_browser_test.cc b/chrome/browser/ui/panels/base_panel_browser_test.cc
index 3288400027098436fd32f44c03d259ee5bd3c0c8..574534dd8a2ba617728d4375ba64b9abd26d4cc2 100644
--- a/chrome/browser/ui/panels/base_panel_browser_test.cc
+++ b/chrome/browser/ui/panels/base_panel_browser_test.cc
@@ -38,10 +38,6 @@
#include "ui/base/x/x11_util.h"
#endif
-#if defined(OS_LINUX) && !defined(USE_AURA)
-#include "ui/base/x/active_window_watcher_x.h"
-#endif
-
#if defined(OS_MACOSX)
#include "base/mac/scoped_nsautorelease_pool.h"
#include "chrome/browser/ui/cocoa/run_loop_testing.h"
@@ -622,9 +618,5 @@ std::string BasePanelBrowserTest::MakePanelName(int index) {
}
bool BasePanelBrowserTest::WmSupportWindowActivation() {
-#if defined(OS_LINUX) && !defined(USE_AURA)
- return ui::ActiveWindowWatcherX::WMSupportsActivation();
-#else
return true;
-#endif
}

Powered by Google App Engine
This is Rietveld 408576698