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

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

Issue 719203003: Parent the AppInfoDialog using a ModalDialogHost Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
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 7550ae7d802f3464aa8dfcd7d7307ede13e281fa..a88a62598bec34e8fee12184d33fb400b955ea83 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,7 +17,8 @@ class AppListControllerDelegateViews : public AppListControllerDelegateImpl {
~AppListControllerDelegateViews() override;
// AppListControllerDelegate overrides:
- gfx::Rect GetAppListBounds() override;
+ web_modal::ModalDialogHost* GetDialogHost() override;
+ gfx::Size GetAppListSize() override;
void ViewClosing() override;
void OnShowChildDialog() override;
void OnCloseChildDialog() override;

Powered by Google App Engine
This is Rietveld 408576698