Maybe use some regex filtering. I hadn't tried this in a correlation yet, but it does work when filtering a view.
In the Process_Name field, filter on..
contains(/text*/i)
In your case, this would be...
contains(/chrome.exe*/i)
When I filtered on an app name for a view this way, it returned all events with the Process_Name containing that app name. No matter what directory it was in.