Index: trunk/src/chrome/common/omaha_query_params/omaha_query_params.h |
=================================================================== |
--- trunk/src/chrome/common/omaha_query_params/omaha_query_params.h (revision 207822) |
+++ trunk/src/chrome/common/omaha_query_params/omaha_query_params.h (working copy) |
@@ -23,10 +23,6 @@ |
// 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(); |