Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7544)

Unified Diff: chrome/common/omaha_query_params/omaha_query_params.h

Issue 15908002: Differential updates for components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: really removing the lzma files this time. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698