Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3091)

Unified Diff: content/shell/browser/shell_content_browser_client.h

Issue 1851213002: Remove sandbox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nacl compile issues Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/browser/shell_content_browser_client.h
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
index a9286f3b69d0fa7a2dd8c2cbad92f002bc1ed964..b2fa522790688a7b5478729140cc1b3f6e8df06b 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -88,9 +88,6 @@ class ShellContentBrowserClient : public ContentBrowserClient {
int child_process_id,
content::FileDescriptorInfo* mappings) override;
#endif // defined(OS_ANDROID)
-#if defined(OS_WIN)
- bool PreSpawnRenderer(sandbox::TargetPolicy* policy) override;
-#endif
ShellBrowserContext* browser_context();
ShellBrowserContext* off_the_record_browser_context();
« no previous file with comments | « content/renderer/renderer_main_platform_delegate_win.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698