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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc

Issue 2787693002: Remove more dead app list code. (Closed)
Patch Set: updated comment 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
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_controller_ash.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
index bf7c8e3e3d75815f7a4c3e399b76df130dd72726..553b3beabcd9569e750eede8fcf2e71bd16efe72 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
@@ -74,16 +74,6 @@ void AppListControllerDelegateAsh::OnCloseChildDialog() {
app_list_view->SetAppListOverlayVisible(false);
}
-bool AppListControllerDelegateAsh::CanDoCreateShortcutsFlow() {
- return false;
-}
-
-void AppListControllerDelegateAsh::DoCreateShortcutsFlow(
- Profile* profile,
- const std::string& extension_id) {
- NOTREACHED();
-}
-
void AppListControllerDelegateAsh::CreateNewWindow(Profile* profile,
bool incognito) {
if (incognito)
@@ -132,16 +122,6 @@ void AppListControllerDelegateAsh::LaunchApp(
DismissView();
}
-void AppListControllerDelegateAsh::ShowForProfileByPath(
- const base::FilePath& profile_path) {
- // Ash doesn't have profile switching.
- NOTREACHED();
-}
-
-bool AppListControllerDelegateAsh::ShouldShowUserIcon() {
- return false;
-}
-
ash::ShelfLaunchSource
AppListControllerDelegateAsh::AppListSourceToLaunchSource(
AppListSource source) {
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_controller_ash.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698