Chromium Code Reviews| Index: chrome/browser/chrome_content_browser_client.h |
| =================================================================== |
| --- chrome/browser/chrome_content_browser_client.h (revision 188735) |
| +++ chrome/browser/chrome_content_browser_client.h (working copy) |
| @@ -227,6 +227,8 @@ |
| #endif |
| #if defined(OS_WIN) |
| virtual const wchar_t* GetResourceDllName() OVERRIDE; |
| + virtual void PreSpawnRenderer(sandbox::TargetPolicy* policy, |
| + bool* success) OVERRIDE; |
| #endif |
| #if defined(USE_NSS) |
| virtual |