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

Unified Diff: chrome/browser/component_updater/pnacl/pnacl_component_installer.cc

Issue 10834348: Have component updater send a "wow64=1" parameter, to be able (Closed)
Patch Set: second try at baseurl... Created 8 years, 4 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 | « chrome/browser/component_updater/component_updater_configurator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
index d4a461f7bf2a495118358bf06a39acff28ab671b..1c91cca74c0b485bcf23e7ee51a7cd0e06533e82 100644
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
@@ -45,8 +45,6 @@ const char kPnaclManifestName[] = "PNaCl";
// Name of the Pnacl architecture in the component manifest.
// NOTE: this is independent of the Omaha query parameter.
-// TODO(jvoung): Will the Omaha query do the right thing for windows
-// on x86-64? If it doesn't, will we need two separate Omaha queries (ouch)?
const char* PnaclArch() {
#if defined(ARCH_CPU_X86_FAMILY)
#if defined(ARCH_CPU_X86_64)
« no previous file with comments | « chrome/browser/component_updater/component_updater_configurator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698