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

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

Issue 1415483008: Get rid of SandboxedProcessLauncherDelegate::PreSandbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove curly braces Created 5 years, 1 month 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 6eb56b96ca0e1299f4d06d47d073b6d9741533fd..5841d9004c53127eceb7f63cd6ffb423f5dac27c 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -87,7 +87,7 @@ class ShellContentBrowserClient : public ContentBrowserClient {
content::FileDescriptorInfo* mappings) override;
#endif // defined(OS_ANDROID)
#if defined(OS_WIN)
- void PreSpawnRenderer(sandbox::TargetPolicy* policy, bool* success) override;
+ bool PreSpawnRenderer(sandbox::TargetPolicy* policy) override;
#endif
ShellBrowserContext* browser_context();
« no previous file with comments | « content/public/common/sandboxed_process_launcher_delegate.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