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

Unified Diff: ash/shelf/shelf_widget_unittest.cc

Issue 23874013: Remove old activation code and disable-focus-controller flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/ash.gyp ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_widget_unittest.cc
diff --git a/ash/shelf/shelf_widget_unittest.cc b/ash/shelf/shelf_widget_unittest.cc
index f043f342fe6646fa540643d70023e9af887f19d6..50f635b1c305458ee064e2b18c9176cdddb4f39d 100644
--- a/ash/shelf/shelf_widget_unittest.cc
+++ b/ash/shelf/shelf_widget_unittest.cc
@@ -39,11 +39,9 @@ typedef test::AshTestBase ShelfWidgetTest;
// Launcher can't be activated on mouse click, but it is activable from
// the focus cycler or as fallback.
-TEST_F(ShelfWidgetTest, ActivateAsFallback) {
- // TODO(mtomasz): make this test work with the FocusController.
- if (views::corewm::UseFocusController())
- return;
-
+// TODO(mtomasz): make this test work with the FocusController.
+// crbug.com/285364.
James Cook 2013/09/04 22:53:50 Thanks for filing a bug for this!
+TEST_F(ShelfWidgetTest, DISABLED_ActivateAsFallback) {
Launcher* launcher = Launcher::ForPrimaryDisplay();
ShelfWidget* shelf_widget = launcher->shelf_widget();
EXPECT_FALSE(shelf_widget->CanActivate());
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698