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

Unified Diff: chrome/browser/ui/views/app_list/linux/app_list_service_linux.h

Issue 265163006: [Mac] Rebuild app shims when they fail to dyload Chrome Framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 6 years, 7 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/views/app_list/linux/app_list_service_linux.h
diff --git a/chrome/browser/ui/views/app_list/linux/app_list_service_linux.h b/chrome/browser/ui/views/app_list/linux/app_list_service_linux.h
index 1dc35f23147294414b32f31744ed55c3be3ef306..eda72429a5e40b2bc4086a62b1c65bc4f99b7ed4 100644
--- a/chrome/browser/ui/views/app_list/linux/app_list_service_linux.h
+++ b/chrome/browser/ui/views/app_list/linux/app_list_service_linux.h
@@ -18,8 +18,18 @@ class AppListServiceLinux : public AppListServiceViews,
virtual ~AppListServiceLinux();
static AppListServiceLinux* GetInstance();
-
- // AppListServiceImpl overrides:
+ void set_can_close(bool can_close);
+ void OnViewBeingDestroyed();
+
+ // AppListService overrides:
+ virtual void Init(Profile* initial_profile) OVERRIDE;
+ virtual void CreateForProfile(Profile* requested_profile) OVERRIDE;
+ virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
+ virtual void DismissAppList() OVERRIDE;
+ virtual bool IsAppListVisible() const OVERRIDE;
+ virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
+ virtual Profile* GetCurrentAppListProfile() OVERRIDE;
+ virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE;
virtual void CreateShortcut() OVERRIDE;
// app_list::AppListViewObserver overrides:

Powered by Google App Engine
This is Rietveld 408576698