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

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

Issue 10559056: Use an infobar instead of alert box for extension install error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 years, 6 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_prompt.cc
diff --git a/chrome/browser/extensions/extension_install_prompt.cc b/chrome/browser/extensions/extension_install_prompt.cc
index 14729f079ae982ae3e1c783f3409801116b3ab55..e7380735c8ab8de3704296914546dbe211566042 100644
--- a/chrome/browser/extensions/extension_install_prompt.cc
+++ b/chrome/browser/extensions/extension_install_prompt.cc
@@ -348,7 +348,7 @@ void ExtensionInstallPrompt::OnInstallSuccess(const Extension* extension,
install_ui_->OnInstallSuccess(extension, &icon_);
}
-void ExtensionInstallPrompt::OnInstallFailure(const string16& error) {
+void ExtensionInstallPrompt::OnInstallFailure(const CrxInstallerError& error) {
install_ui_->OnInstallFailure(error);
}
« no previous file with comments | « chrome/browser/extensions/extension_install_prompt.h ('k') | chrome/browser/extensions/extension_install_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698