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

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

Issue 2487953003: Remove LauncherItemController::IsOpen, check ShelfItem::status. (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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 | « no previous file | chrome/browser/ui/ash/app_list/app_list_controller_ash_browsertest.cc » ('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.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 079edff8684d41542324ba8bc8f74d3025286fa8..4da1b70c0447d50ab43c6e2ea86be6db815167cf 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
@@ -19,7 +19,6 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
explicit AppListControllerDelegateAsh(app_list::AppListPresenterImpl*);
~AppListControllerDelegateAsh() override;
- private:
// AppListControllerDelegate overrides:
void DismissView() override;
gfx::NativeWindow GetAppListWindow() override;
@@ -50,6 +49,7 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
void ShowForProfileByPath(const base::FilePath& profile_path) override;
bool ShouldShowUserIcon() override;
+ private:
ash::LaunchSource AppListSourceToLaunchSource(AppListSource source);
// Not owned.
« no previous file with comments | « no previous file | chrome/browser/ui/ash/app_list/app_list_controller_ash_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698