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

Unified Diff: chrome/browser/component_updater/component_updater_service.cc

Issue 113633006: testrequest is ignored. Also added wow64 attribute. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved wow64 to request element. Created 7 years 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/component_updater/component_updater_service.cc
diff --git a/chrome/browser/component_updater/component_updater_service.cc b/chrome/browser/component_updater/component_updater_service.cc
index dff725f371cbafcae22f131268f7afed3e406a68..7fe35b9d4ab06a47a3e6cce6d654e2d47ff63c38 100644
--- a/chrome/browser/component_updater/component_updater_service.cc
+++ b/chrome/browser/component_updater/component_updater_service.cc
@@ -767,7 +767,7 @@ void CrxUpdateService::DoUpdateCheck(const std::string& update_check_items) {
using component_updater::BuildProtocolRequest;
url_fetcher_.reset(component_updater::SendProtocolRequest(
config_->UpdateUrl(),
- BuildProtocolRequest(update_check_items),
+ BuildProtocolRequest(update_check_items, config_->ExtraRequestParams()),
MakeContextDelegate(this, new UpdateContext()),
config_->RequestContext()));
}

Powered by Google App Engine
This is Rietveld 408576698