Chrome uses multiple processes; a single "manager" process handles all network requests, while each tab is backed by one or more "content" processes used for rendering the HTML, running the script, and executing any plugins.
Fiddler is showing you the process that issued the network request, which (in Chrome) is the central network process.
Internet Explorer, in contrast, also has a multi-process architecture, but in IE, each content process handles its own networking.