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

Unified Diff: chrome/browser/extensions/extension_uninstall_dialog.cc

Issue 711343003: [Merge] Cancel uninstall if the uninstall dialog's parent window is destroyed prior to the uninstal… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2171
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/extensions/extension_uninstall_dialog.cc
diff --git a/chrome/browser/extensions/extension_uninstall_dialog.cc b/chrome/browser/extensions/extension_uninstall_dialog.cc
index b75ab73e8a972e642dc9f43c5f3662882a78faef..30c52d50ff9866243e447c9c01500ec2805af578 100644
--- a/chrome/browser/extensions/extension_uninstall_dialog.cc
+++ b/chrome/browser/extensions/extension_uninstall_dialog.cc
@@ -39,10 +39,8 @@ SkBitmap GetDefaultIconBitmapForMaxScaleFactor(bool is_app) {
ExtensionUninstallDialog::ExtensionUninstallDialog(
Profile* profile,
- gfx::NativeWindow parent,
ExtensionUninstallDialog::Delegate* delegate)
: profile_(profile),
- parent_(parent),
delegate_(delegate),
extension_(NULL),
triggering_extension_(NULL),

Powered by Google App Engine
This is Rietveld 408576698