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

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

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
Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
index c481e218af36168417b19463f4d53b3587402b8d..578b5c15a5592361d77b82050fd5c0f8c720feca 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
@@ -30,9 +30,6 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
Pinnable GetPinnable(const std::string& app_id) override;
void OnShowChildDialog() override;
void OnCloseChildDialog() override;
- bool CanDoCreateShortcutsFlow() override;
- void DoCreateShortcutsFlow(Profile* profile,
- const std::string& extension_id) override;
void CreateNewWindow(Profile* profile, bool incognito) override;
void OpenURL(Profile* profile,
const GURL& url,
@@ -46,8 +43,6 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
const extensions::Extension* extension,
AppListSource source,
int event_flags) override;
- void ShowForProfileByPath(const base::FilePath& profile_path) override;
- bool ShouldShowUserIcon() override;
private:
ash::ShelfLaunchSource AppListSourceToLaunchSource(AppListSource source);

Powered by Google App Engine
This is Rietveld 408576698