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

Unified Diff: chrome/browser/component_updater/component_patcher_operation_out_of_process.cc

Issue 2597513003: [wip-test] Test to see if the bots invoke the Patch() routine (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/component_updater/component_patcher_operation_out_of_process.cc
diff --git a/chrome/browser/component_updater/component_patcher_operation_out_of_process.cc b/chrome/browser/component_updater/component_patcher_operation_out_of_process.cc
index 27d2795f0d86827290a38ae56d3349d3a9b9efb9..90c8c6f323bc38526d24d9a7cf4db713b03912cd 100644
--- a/chrome/browser/component_updater/component_patcher_operation_out_of_process.cc
+++ b/chrome/browser/component_updater/component_patcher_operation_out_of_process.cc
@@ -101,6 +101,9 @@ void ChromeOutOfProcessPatcher::Patch(
const base::FilePath& patch_abs_path,
const base::FilePath& output_abs_path,
base::Callback<void(int result)> callback) {
+
+ NOTREACHED(); // HACK to see if any test on the try calls here.
+
host_ = new PatchHost(callback, task_runner);
IPC::PlatformFileForTransit input = IPC::TakePlatformFileForTransit(
base::File(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698