Chromium Code Reviews| 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..56468729797c29545a6779badd0c3296b3660538 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. Posible return values |
|
robertshield
2013/06/17 17:47:00
Possible
Sorin Jianu
2013/06/17 22:21:09
Done.
|
| + // 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(); |