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

Unified Diff: chrome/browser/component_updater/component_updater_service.h

Issue 105853002: Implement a background downloader using BITS in Windows Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed typos. Created 7 years 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/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

Powered by Google App Engine
This is Rietveld 408576698