Index: components/update_client/configurator.h |
diff --git a/components/update_client/configurator.h b/components/update_client/configurator.h |
index e547d955a8210e922a0066acf39489bf736b893f..6034ad89bf7489b3373c5c82eb4a3bdb0079393e 100644 |
--- a/components/update_client/configurator.h |
+++ b/components/update_client/configurator.h |
@@ -58,6 +58,11 @@ class Configurator : public base::RefCountedThreadSafe<Configurator> { |
// disabled. Similarly, these URLs have a fall back behavior too. |
virtual std::vector<GURL> PingUrl() const = 0; |
+ // The ProdId is used as a prefix in some of the version strings which appear |
+ // in the protocol requests. Possible values include "chrome", "chromecrx", |
+ // "chromiumcrx", and "unknown". |
+ virtual std::string GetProdId() const = 0; |
+ |
// Version of the application. Used to compare the component manifests. |
virtual base::Version GetBrowserVersion() const = 0; |