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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.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/ash/app_list/app_list_controller_ash.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
index 2d061786e745ee4fb4eb5a889dd4494c3d3ec30f..2533d4d3f307c6519cd99d4f31189218258e8aa4 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
@@ -19,7 +19,8 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
// AppListControllerDelegate overrides:
void DismissView() override;
gfx::NativeWindow GetAppListWindow() override;
- gfx::Rect GetAppListBounds() override;
+ web_modal::ModalDialogHost* GetDialogHost() override;
+ gfx::Size GetAppListSize() override;
gfx::ImageSkia GetWindowIcon() override;
bool IsAppPinned(const std::string& extension_id) override;
void PinApp(const std::string& extension_id) override;

Powered by Google App Engine
This is Rietveld 408576698