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) |