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

Unified Diff: components/omaha_query_params/omaha_query_params.h

Issue 383503002: OmahaQueryParams: Tiny comment update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/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
« 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