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

Unified Diff: chrome/browser/ui/views/extensions/extension_install_dialog_view.cc

Issue 666533007: Move JavaScriptDialogManager, JavascriptAppModalDialogViews to components/app_modal_dialogs (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 2 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/views/extensions/extension_install_dialog_view.cc
diff --git a/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc b/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
index aec29cee932bcdc59598976f5712bfb1d1de8250..1ae4871d7311afedb1fca2dd7c24ed8939e335f9 100644
--- a/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
+++ b/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
@@ -177,7 +177,7 @@ void ShowExtensionInstallDialogImpl(
show_params.parent_web_contents,
delegate,
prompt);
- CreateBrowserModalDialogViews(dialog, show_params.parent_window)->Show();
+ CreateWindowModalDialogViews(dialog, show_params.parent_window)->Show();
}
CustomScrollableView::CustomScrollableView() {}

Powered by Google App Engine
This is Rietveld 408576698