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

Unified Diff: chrome/browser/ui/views/extensions/extension_dialog.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_dialog.cc
diff --git a/chrome/browser/ui/views/extensions/extension_dialog.cc b/chrome/browser/ui/views/extensions/extension_dialog.cc
index 09dd6ee96f1bb2b605d572c181a3549d60937dc4..a34a4e9bac0f44ed2dea9c9d9b78f2798921ced6 100644
--- a/chrome/browser/ui/views/extensions/extension_dialog.cc
+++ b/chrome/browser/ui/views/extensions/extension_dialog.cc
@@ -97,7 +97,7 @@ ExtensionDialog* ExtensionDialog::Show(
void ExtensionDialog::InitWindow(aura::Window* parent,
int width,
int height) {
- views::Widget* window = CreateBrowserModalDialogViews(this, parent);
+ views::Widget* window = CreateWindowModalDialogViews(this, parent);
// Center the window over the browser.
gfx::Point center = parent->GetBoundsInScreen().CenterPoint();

Powered by Google App Engine
This is Rietveld 408576698