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

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

Issue 6721013: extensions: Refactor ExtensionInstallUI class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add SetIcon and call it Created 9 years, 9 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/extensions/extension_install_ui.cc
diff --git a/chrome/browser/extensions/extension_install_ui.cc b/chrome/browser/extensions/extension_install_ui.cc
index ec50d16b643fa56330f0646d4aa153a57edfc83a..e1ae01bd3ba328262a23f369b07e491f07491eed 100644
--- a/chrome/browser/extensions/extension_install_ui.cc
+++ b/chrome/browser/extensions/extension_install_ui.cc
@@ -231,7 +231,7 @@ void ExtensionInstallUI::OnImageLoaded(
break;
}
case UNINSTALL_PROMPT: {
- ShowExtensionInstallDialog(
+ ShowGenericExtensionDialog(
profile_, delegate_, extension_, &icon_, UNINSTALL_PROMPT);
break;
}

Powered by Google App Engine
This is Rietveld 408576698