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

Unified Diff: chrome/browser/ui/app_list/app_list_controller_delegate.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/app_list/app_list_controller_delegate.h
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate.h b/chrome/browser/ui/app_list/app_list_controller_delegate.h
index 02b26d5455def31a206cae1c4bb97c95817d9c14..71c60770a2220b24628ea459b10ded14b541301d 100644
--- a/chrome/browser/ui/app_list/app_list_controller_delegate.h
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate.h
@@ -15,10 +15,6 @@
class Profile;
-namespace base {
-class FilePath;
-}
-
namespace extensions {
class Extension;
class ExtensionSet;
@@ -51,10 +47,6 @@ class AppListControllerDelegate {
virtual ~AppListControllerDelegate();
- // Whether to force the use of a native desktop widget when the app list
- // window is first created.
- virtual bool ForceNativeDesktop() const;
-
// Dismisses the view.
virtual void DismissView() = 0;
@@ -83,14 +75,6 @@ class AppListControllerDelegate {
virtual void OnShowChildDialog();
virtual void OnCloseChildDialog();
- // Whether the controller supports a Create Shortcuts flow.
- virtual bool CanDoCreateShortcutsFlow() = 0;
-
- // Show the dialog to create shortcuts. Call only if
- // CanDoCreateShortcutsFlow() returns true.
- virtual void DoCreateShortcutsFlow(Profile* profile,
- const std::string& extension_id) = 0;
-
// Whether the controller supports a Show App Info flow.
virtual bool CanDoShowAppInfoFlow();
@@ -121,13 +105,6 @@ class AppListControllerDelegate {
AppListSource source,
int event_flags) = 0;
- // Show the app list for the profile specified by |profile_path|.
- virtual void ShowForProfileByPath(const base::FilePath& profile_path) = 0;
-
- // Whether or not the icon indicating which user is logged in should be
- // visible.
- virtual bool ShouldShowUserIcon() = 0;
-
static std::string AppListSourceToString(AppListSource source);
// True if the user has permission to modify the given app's settings.
« no previous file with comments | « chrome/browser/ui/app_list/app_context_menu_unittest.cc ('k') | chrome/browser/ui/app_list/app_list_controller_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698