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

Unified Diff: chrome/browser/ui/app_list/app_list_controller_delegate_views.h

Issue 276833002: Make the App Info Dialog appear modal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unnecessary mac fixes 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/app_list/app_list_controller_delegate_views.h
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate_views.h b/chrome/browser/ui/app_list/app_list_controller_delegate_views.h
index c17d042737a80f693f0e5fce9cea1b946faa6ebe..815ea67c100f7e9537adf3fa9a878e0712b369f9 100644
--- a/chrome/browser/ui/app_list/app_list_controller_delegate_views.h
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate_views.h
@@ -17,9 +17,10 @@ class AppListControllerDelegateViews : public AppListControllerDelegateImpl {
virtual ~AppListControllerDelegateViews();
// AppListControllerDelegate overrides:
+ virtual gfx::Rect GetAppListBounds() OVERRIDE;
virtual void ViewClosing() OVERRIDE;
- virtual void OnShowExtensionPrompt() OVERRIDE;
- virtual void OnCloseExtensionPrompt() OVERRIDE;
+ virtual void OnShowChildDialog() OVERRIDE;
+ virtual void OnCloseChildDialog() OVERRIDE;
virtual bool CanDoCreateShortcutsFlow() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698