Commit a97fa556 authored by tommycli@chromium.org's avatar tommycli@chromium.org

OmahaQueryParams: Tiny comment update

BUG=NONE

Review URL: https://codereview.chromium.org/383503002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282242 0039d316-1c4b-4281-b951-d872f2087c98
parent 3e211c46
...@@ -26,7 +26,8 @@ class OmahaQueryParams { ...@@ -26,7 +26,8 @@ class OmahaQueryParams {
}; };
// Generates a string of URL query parameters for Omaha. Includes the // 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); static std::string Get(ProdId prod);
// Returns the value we use for the "prod=" parameter. Possible return values // Returns the value we use for the "prod=" parameter. Possible return values
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment