Chromium's security architecture separates the browser into two modules that run in separate protection domains: a browser kernel module and a sandboxed rendering engine module. This architecture aims to mitigate high-severity attacks by restricting an attacker who exploits a vulnerability in the rendering engine to using the browser kernel interface, rather than allowing arbitrary access to the user's system. The paper evaluates this architecture and finds that it would mitigate approximately 70% of past browser vulnerabilities that allowed arbitrary code execution.