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

Unified Diff: ui/app_list/views/app_list_view.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: ui/app_list/views/app_list_view.h
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index 66b9189e28caf339183ebfeb6c688a8c3995e414..9649bb7cd4a546df3e51927d1b965a17b30c3abf 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -26,6 +26,10 @@ namespace views {
class ImageView;
}
+namespace web_modal {
+class ModalDialogHost;
+}
+
namespace app_list {
class ApplicationDragAndDropHost;
class AppListMainView;
@@ -121,6 +125,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
// Gets the PaginationModel owned by this view's apps grid.
PaginationModel* GetAppsPaginationModel();
+ web_modal::ModalDialogHost* GetDialogHost();
+
private:
friend class ::test::AppListViewTestApi;

Powered by Google App Engine
This is Rietveld 408576698