As far as I understand, we can make iframes from 3rd party sites run on a different process using strict site isolation flag on chrome. We can set it as follows by from chrome://flags 
After this change and restart, I can see in Chrome Task Manager that subframes outside the parent page domain will have their own processes instead of sharing the parent process. (e.g, My parent page is run on localhost, and two of my iframes also run on localhost. But those two are not listed here because strict site isolation does not affect those)
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/8d683267-c241-4248-9de2-41a1b402ea1a%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/0e1425a3-6bf5-4e52-b716-a5fb83871f34%40chromium.org.