Index: omaha_request_params.h |
diff --git a/omaha_request_params.h b/omaha_request_params.h |
index d7d2493bc9523d0d1b29eab32ddea2b5b143638a..b8e2ee554d22ea02f2cf546bcf3559643c513da9 100644 |
--- a/omaha_request_params.h |
+++ b/omaha_request_params.h |
@@ -80,6 +80,9 @@ class OmahaRequestDeviceParams : public OmahaRequestParams { |
bool SetTrack(const std::string& track); |
static bool SetDeviceTrack(const std::string& track); |
+ // Returns the release track. On error, returns an empty string. |
+ static std::string GetDeviceTrack(); |
+ |
// For unit-tests. |
void set_root(const std::string& root) { root_ = root; } |