--disable-features=AutofillServerCommunication,OnDeviceModelService,OptimizationGuideOnDeviceModel,OptimizationGuideModelExecution
const std::string process_type = command_line->GetSwitchValue("type");
const std::string utility_sub_type = command_line->GetSwitchValue("utility-sub-type");
if (process_type == "utility" && utility_sub_type == "on_device_model.mojom.OnDeviceModelService")
{
::OutputDebugString(L"Ending Chromium OnDeviceModelService utility process\n");
return 0;
}
Phylanx wrote:Good attempt. Please let me know if that worked.
There might be other parts trying to use the OnDeviceModel because the flags still are active and then cause other problems...
Don't know anything definite but might be
Users browsing this forum: No registered users and 27 guests