Index: chrome/browser/component_updater/component_updater_service.h |
diff --git a/chrome/browser/component_updater/component_updater_service.h b/chrome/browser/component_updater/component_updater_service.h |
index 22053cc4f9f1beae71afb729f02f560f24ec3953..44504e63131d9e22ed1f5512567804234bcbc81d 100644 |
--- a/chrome/browser/component_updater/component_updater_service.h |
+++ b/chrome/browser/component_updater/component_updater_service.h |
@@ -180,6 +180,9 @@ class ComponentUpdateService { |
virtual ComponentPatcher* CreateComponentPatcher() = 0; |
// True means that this client can handle delta updates. |
virtual bool DeltasEnabled() const = 0; |
+ // True means that the background downloader can be used for downloading |
+ // non on-demand components. |
+ virtual bool UseBackgroundDownloader() const = 0; |
}; |
// Start doing update checks and installing new versions of registered |