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

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: Added a GetAppListBounds method and moved the bounds logic into the controller 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..40abdcd0ab7a1a0af26d4fda336e37025e9dd3fd 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,6 +17,7 @@ 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;

Powered by Google App Engine
This is Rietveld 408576698