Comment by danans

6 months ago

In any multi-process software (of which Chrome is on the more complex end of the spectrum), there are dozens if not hundreds of different IPC message types sent between different components of the software.

To prompt the user for every type of IPC would make the software unusable. No desktop software does that on any platform.

It would be like a car asking the user for permission for the steering wheel to access the front axle.