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

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

Issue 10683003: Moved CrxInstaller and CrxInstallerError into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master Created 8 years, 5 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 74b6880e7f331ac5793189ce6dda1c9e339727fb..df63791cd866e277d11f56107199da65c421dffd 100644
--- a/chrome/browser/extensions/extension_install_prompt.cc
+++ b/chrome/browser/extensions/extension_install_prompt.cc
@@ -388,7 +388,8 @@ void ExtensionInstallPrompt::OnInstallSuccess(const Extension* extension,
install_ui_->OnInstallSuccess(extension, &icon_);
}
-void ExtensionInstallPrompt::OnInstallFailure(const CrxInstallerError& error) {
+void ExtensionInstallPrompt::OnInstallFailure(
+ const extensions::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