| Index: chrome/browser/component_updater/component_updater_configurator.cc
|
| ===================================================================
|
| --- chrome/browser/component_updater/component_updater_configurator.cc (revision 96104)
|
| +++ chrome/browser/component_updater/component_updater_configurator.cc (working copy)
|
| @@ -93,7 +93,7 @@
|
| }
|
|
|
| bool ChromeConfigurator::InProcess() {
|
| - return out_of_process_;
|
| + return !out_of_process_;
|
| }
|
|
|
| ComponentUpdateService::Configurator* MakeChromeComponentUpdaterConfigurator(
|
|
|