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

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

Issue 2090133003: Moved methods that don't rely on internal state out of ChromeLauncherController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit changes Created 4 years, 6 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 e569fe5e780470190f65a6c97a5bc810906e923d..1ec8cae240efa8a173a3b9952f1a74e545d18d1e 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
@@ -149,12 +149,6 @@ void ChromeLauncherControllerMus::SetRefocusURLPatternForTest(ash::ShelfID id,
NOTIMPLEMENTED();
}
-const extensions::Extension* ChromeLauncherControllerMus::GetExtensionForAppID(
- const std::string& app_id) const {
- NOTIMPLEMENTED();
- return nullptr;
-}
-
ash::ShelfItemDelegate::PerformedAction
ChromeLauncherControllerMus::ActivateWindowOrMinimizeIfActive(
ui::BaseWindow* window,
@@ -233,11 +227,6 @@ LauncherItemController* ChromeLauncherControllerMus::GetLauncherItemController(
return nullptr;
}
-bool ChromeLauncherControllerMus::IsBrowserFromActiveUser(Browser* browser) {
- NOTIMPLEMENTED();
- return false;
-}
-
bool ChromeLauncherControllerMus::ShelfBoundsChangesProbablyWithUser(
ash::Shelf* shelf,
const std::string& user_id) const {
@@ -249,12 +238,6 @@ void ChromeLauncherControllerMus::OnUserProfileReadyToSwitch(Profile* profile) {
NOTIMPLEMENTED();
}
-AppListControllerDelegate::Pinnable ChromeLauncherControllerMus::GetPinnable(
- const std::string& app_id) {
- NOTIMPLEMENTED();
- return AppListControllerDelegate::NO_PIN;
-}
-
ArcAppDeferredLauncherController*
ChromeLauncherControllerMus::GetArcDeferredLauncher() {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698