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

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

Issue 2771663002: mash: Refactor ChromeLauncherController's ShelfDelegate code. (Closed)
Patch Set: Address comments. Created 3 years, 9 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/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 0d746cb3934db192c9935654437503214238ca0b..1b30599263c624f1393f766f6e4b6ad7ecdc17eb 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
@@ -298,10 +298,6 @@ class ProxyShelfDelegate : public ash::ShelfDelegate {
return controller_->GetShelfIDForAppIDAndLaunchID(app_id, launch_id);
}
- bool HasShelfIDToAppIDMapping(ash::ShelfID id) const override {
- return controller_->HasShelfIDToAppIDMapping(id);
- }
-
const std::string& GetAppIDForShelfID(ash::ShelfID id) override {
return controller_->GetAppIDForShelfID(id);
}

Powered by Google App Engine
This is Rietveld 408576698