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

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

Issue 47303007: Revert 232517 "Component updater on-demand logic with Resource T..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | trunk/src/chrome/browser/component_updater/component_updater_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/component_updater/component_updater_service.h
===================================================================
--- trunk/src/chrome/browser/component_updater/component_updater_service.h (revision 232536)
+++ trunk/src/chrome/browser/component_updater/component_updater_service.h (working copy)
@@ -18,13 +18,8 @@
namespace net {
class URLRequestContextGetter;
-class URLRequest;
}
-namespace content {
-class ResourceThrottle;
-}
-
class ComponentPatcher;
// Component specific installers must derive from this class and implement
@@ -193,12 +188,6 @@
// Returns a list of registered components.
virtual void GetComponents(std::vector<CrxComponentInfo>* components) = 0;
- // Returns a network resource throttle. It means that a component will be
- // downloaded and installed before the resource is unthrottled. This is the
- // only function callable from the IO thread.
- virtual content::ResourceThrottle* GetOnDemandResourceThrottle(
- net::URLRequest* request, const std::string& crx_id) = 0;
-
virtual ~ComponentUpdateService() {}
// TODO(waffles): Remove PNaCl as a friend once an alternative on-demand
« no previous file with comments | « no previous file | trunk/src/chrome/browser/component_updater/component_updater_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698