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

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

Issue 226023003: Create CrxInstaller directly in WebstoreInstaller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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_service.cc
diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
index e897e265e86d16b8b89ec7e9f774ad9fc88aefab..ce925f1c0de00c29ec8864cb4eb64b3e006600cb 100644
--- a/chrome/browser/extensions/extension_service.cc
+++ b/chrome/browser/extensions/extension_service.cc
@@ -624,7 +624,6 @@ bool ExtensionService::UpdateExtension(const std::string& id,
installer->set_creation_flags(creation_flags);
installer->set_delete_source(file_ownership_passed);
- installer->set_download_url(download_url);
not at google - send to devlin 2014/04/04 15:39:30 why not setting download ID? was this always unnec
msimonides 2014/04/07 07:23:38 The download ID is not available here. But most im
not at google - send to devlin 2014/04/07 16:51:40 I see. It's weird that the download ID is a concer
installer->set_install_cause(extension_misc::INSTALL_CAUSE_UPDATE);
installer->InstallCrx(extension_path);

Powered by Google App Engine
This is Rietveld 408576698