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

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

Issue 2551243002: Use ChromeLauncherControllerImpl::GetItem; cleanup. (Closed)
Patch Set: Address comment. Created 4 years 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 | « chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d4156922efdd0469185a87cffdd56f9417d617ae..515e5ac47b28491ed5331a44662119af579587fb 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
@@ -69,10 +69,10 @@ ash::ShelfID ChromeLauncherControllerMus::CreateAppLauncherItem(
return ash::TYPE_UNDEFINED;
}
-const ash::ShelfItem& ChromeLauncherControllerMus::GetItem(
+const ash::ShelfItem* ChromeLauncherControllerMus::GetItem(
ash::ShelfID id) const {
NOTIMPLEMENTED();
- return fake_item_;
+ return nullptr;
}
void ChromeLauncherControllerMus::SetItemType(ash::ShelfID id,
« no previous file with comments | « chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698