diff options
Diffstat (limited to 'chrome/browser/component_updater/component_updater_service.h')
-rw-r--r-- | chrome/browser/component_updater/component_updater_service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/component_updater/component_updater_service.h b/chrome/browser/component_updater/component_updater_service.h index 26200a6..a5f2ed3 100644 --- a/chrome/browser/component_updater/component_updater_service.h +++ b/chrome/browser/component_updater/component_updater_service.h @@ -101,6 +101,8 @@ class ComponentUpdateService { virtual int MinimumReCheckWait() = 0; // The url that is going to be used update checks over Omaha protocol. virtual GURL UpdateUrl() = 0; + // Parameters added to each url request. It can be null if none are needed. + virtual const char* ExtraRequestParams() = 0; // How big each update request can be. Don't go above 2000. virtual size_t UrlSizeLimit() = 0; // The source of contexts for all the url requests. |