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

Unified Diff: chrome/browser/component_updater/test/test_configurator.cc

Issue 420503002: Componentize component_updater: Decouple in-process DeltaUpdateOp from out-of-process version. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/test/test_configurator.cc
diff --git a/chrome/browser/component_updater/test/test_configurator.cc b/chrome/browser/component_updater/test/test_configurator.cc
index 726e6ea39f2238e9fbe083160cb1eb192dde28a5..09776c8b1c1015969a36e3d4f4a8cfc77f54f876 100644
--- a/chrome/browser/component_updater/test/test_configurator.cc
+++ b/chrome/browser/component_updater/test/test_configurator.cc
@@ -96,9 +96,9 @@ net::URLRequestContextGetter* TestConfigurator::RequestContext() const {
return context_.get();
}
-// Don't use the utility process to run code out-of-process.
-bool TestConfigurator::InProcess() const {
- return true;
+scoped_refptr<OutOfProcessPatcher> TestConfigurator::CreateOutOfProcessPatcher()
+ const {
+ return NULL;
}
bool TestConfigurator::DeltasEnabled() const {

Powered by Google App Engine
This is Rietveld 408576698