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

Unified Diff: components/update_client/action_update.cc

Issue 2384873002: Use the new fingerprint during unpacking, not the old. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/action_update.cc
diff --git a/components/update_client/action_update.cc b/components/update_client/action_update.cc
index 08c13acfd93e4c444c6cd68886d2c6210dc29b2f..fef4eb8db026894ac9e1121f7c9379e7ccdf338a 100644
--- a/components/update_client/action_update.cc
+++ b/components/update_client/action_update.cc
@@ -139,7 +139,7 @@ void ActionUpdate::DoInstallOnBlockingTaskRunner(
CrxUpdateItem* item,
const base::FilePath& crx_path) {
unpacker_ = new ComponentUnpacker(
- item->component.pk_hash, crx_path, item->component.fingerprint,
+ item->component.pk_hash, crx_path, item->next_fp,
item->component.installer,
update_context->config->CreateOutOfProcessPatcher(),
update_context->blocking_task_runner);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698