| Index: chrome/common/omaha_query_params/omaha_query_params.h
|
| diff --git a/chrome/common/omaha_query_params/omaha_query_params.h b/chrome/common/omaha_query_params/omaha_query_params.h
|
| index 7f74be1237ad7464259165fc56663eac810f7ca4..91f6f18aabfb0b068411bf462cad08c13d256db5 100644
|
| --- a/chrome/common/omaha_query_params/omaha_query_params.h
|
| +++ b/chrome/common/omaha_query_params/omaha_query_params.h
|
| @@ -23,6 +23,10 @@ class OmahaQueryParams {
|
| // prod, prodchannel, prodversion.
|
| static std::string Get(ProdId prod);
|
|
|
| + // Returns the value we use for the "prod=" parameter. Possible return values
|
| + // include "chrome", "chromecrx", "chromiumcrx", and "unknown".
|
| + static const char* GetProdIdString(chrome::OmahaQueryParams::ProdId prod);
|
| +
|
| // Returns the value we use for the "os=" parameter. Possible return values
|
| // include: "mac", "win", "android", "cros", "linux", and "openbsd".
|
| static const char* getOS();
|
|
|