| 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(
|
|
|