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

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

Issue 2800263002: Revert of mash: Remove ChromeLauncherController's |id_to_item_controller_map_|. (Closed)
Patch Set: Created 3 years, 8 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_mus.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
index b2138081f9ce64672875a2cb8b54c19fa70f5e56..0bcb2992e698e66a972790d111f95a21d3b5a289 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
@@ -43,6 +43,12 @@
NOTIMPLEMENTED();
}
+void ChromeLauncherControllerMus::SetShelfItemDelegate(
+ ash::ShelfID id,
+ std::unique_ptr<ash::ShelfItemDelegate> item_delegate) {
+ NOTIMPLEMENTED();
+}
+
void ChromeLauncherControllerMus::CloseLauncherItem(ash::ShelfID id) {
NOTIMPLEMENTED();
}
@@ -165,6 +171,12 @@
BrowserShortcutLauncherItemController*
ChromeLauncherControllerMus::GetBrowserShortcutLauncherItemController() {
+ NOTIMPLEMENTED();
+ return nullptr;
+}
+
+ash::ShelfItemDelegate* ChromeLauncherControllerMus::GetShelfItemDelegate(
+ const ash::ShelfID id) {
NOTIMPLEMENTED();
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698