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

Unified Diff: chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.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/views/apps/app_info_dialog/app_info_footer_panel.h
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h
index 42ea8f7dae23f25b7ba4bfc822c0e4a9fca2d7d5..826f445cd09ec1aba4125e4092713d1679d6b7da 100644
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h
@@ -34,7 +34,7 @@ class AppInfoFooterPanel
public extensions::ExtensionUninstallDialog::Delegate,
public base::SupportsWeakPtr<AppInfoFooterPanel> {
public:
- AppInfoFooterPanel(gfx::NativeWindow parent_window,
+ AppInfoFooterPanel(gfx::NativeView parent_view,
Profile* profile,
const extensions::Extension* app);
~AppInfoFooterPanel() override;
@@ -69,7 +69,7 @@ class AppInfoFooterPanel
void UninstallApp();
bool CanUninstallApp() const;
- gfx::NativeWindow parent_window_;
+ gfx::NativeView parent_view_;
// UI elements on the dialog. Elements are NULL if they are not displayed.
views::LabelButton* create_shortcuts_button_;

Powered by Google App Engine
This is Rietveld 408576698