Index: components/omaha_query_params/omaha_query_params.h |
diff --git a/components/omaha_query_params/omaha_query_params.h b/components/omaha_query_params/omaha_query_params.h |
index d92798a2ba66ccc733a342e998a9b46b5edc29a9..85ddeac7f654ac49c316b9bfe22a7ee793d773fb 100644 |
--- a/components/omaha_query_params/omaha_query_params.h |
+++ b/components/omaha_query_params/omaha_query_params.h |
@@ -26,7 +26,8 @@ class OmahaQueryParams { |
}; |
// Generates a string of URL query parameters for Omaha. Includes the |
- // following fields: os, arch, prod, prodchannel, prodversion, lang. |
+ // following fields: "os", "arch", "nacl_arch", "prod", "prodchannel", |
+ // "prodversion", and "lang" |
static std::string Get(ProdId prod); |
// Returns the value we use for the "prod=" parameter. Possible return values |