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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc

Issue 2487953003: Remove LauncherItemController::IsOpen, check ShelfItem::status. (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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/ash/launcher/chrome_launcher_controller_impl_unittest.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
index d07f811403b61b24a73a3a811872f33747268076..67a3596901fb4f9b7dcec4028ef14a9f51b4318e 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
@@ -263,7 +263,6 @@ class TestV2AppLauncherItemController : public LauncherItemController {
~TestV2AppLauncherItemController() override {}
// Override for LauncherItemController:
- bool IsOpen() const override { return true; }
bool IsVisible() const override { return true; }
void Launch(ash::LaunchSource source, int event_flags) override {}
ash::ShelfItemDelegate::PerformedAction Activate(

Powered by Google App Engine
This is Rietveld 408576698