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

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, 4 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
« no previous file with comments | « chrome/browser/component_updater/test/test_configurator.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e0a6d77beb3c1adbcd876bbc5aae2fa029120d35 100644
--- a/chrome/browser/component_updater/test/test_configurator.cc
+++ b/chrome/browser/component_updater/test/test_configurator.cc
@@ -6,6 +6,7 @@
#include "base/run_loop.h"
#include "base/version.h"
+#include "chrome/browser/component_updater/component_patcher_operation.h"
#include "chrome/browser/component_updater/test/test_configurator.h"
#include "content/public/browser/browser_thread.h"
#include "url/gurl.h"
@@ -96,9 +97,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 {
« no previous file with comments | « chrome/browser/component_updater/test/test_configurator.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698