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

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

Issue 25883006: Support asynchronous patching operations in the component updater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests
Patch Set: sorin@ review Created 6 years, 11 months 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 551167d2ebb489dd579dc4b72b0b5bc5c8484dbc..a53866fc04276afb48761cdc2883ddc44a232d91 100644
--- a/chrome/browser/component_updater/component_updater_service.h
+++ b/chrome/browser/component_updater/component_updater_service.h
@@ -23,16 +23,13 @@ class URLRequestContextGetter;
class URLRequest;
}
-namespace component_updater {
-class OnDemandTester;
-}
-
namespace content {
class ResourceThrottle;
}
namespace component_updater {
+class OnDemandTester;
class ComponentPatcher;
// Component specific installers must derive from this class and implement

Powered by Google App Engine
This is Rietveld 408576698