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

Unified Diff: chrome/browser/ui/views/app_list/win/app_list_service_win.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/win/app_list_service_win.h
diff --git a/chrome/browser/ui/views/app_list/win/app_list_service_win.h b/chrome/browser/ui/views/app_list/win/app_list_service_win.h
index 6181a749c8c3da6c7b4533b675d5497d78925c6e..db41d4b99b791f5f88ce291bac06bb84e8faf98e 100644
--- a/chrome/browser/ui/views/app_list/win/app_list_service_win.h
+++ b/chrome/browser/ui/views/app_list/win/app_list_service_win.h
@@ -24,7 +24,11 @@ class AppListServiceWin : public AppListServiceViews {
virtual void Init(Profile* initial_profile) OVERRIDE;
virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
- // AppListServiceImpl overrides:
+ virtual void DismissAppList() OVERRIDE;
tapted 2014/05/06 07:13:24 I think there's a rebase problem here -- some of t
jackhou1 2014/05/06 08:38:17 Done.
+ virtual bool IsAppListVisible() const OVERRIDE;
+ virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
+ virtual Profile* GetCurrentAppListProfile() OVERRIDE;
+ virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE;
virtual void CreateShortcut() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698