Index: chrome/common/omaha_query_params/omaha_query_params.h |
=================================================================== |
--- chrome/common/omaha_query_params/omaha_query_params.h (revision 201835) |
+++ chrome/common/omaha_query_params/omaha_query_params.h (working copy) |
@@ -23,6 +23,10 @@ |
// prod, prodchannel, prodversion. |
static std::string Get(ProdId prod); |
+ // Returns the value we use for the "prod=" parameter. Posible 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(); |