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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 18254010: IPC fuzzer child process component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed some files Created 7 years, 5 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: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 96a2bb5411e991e834c2a0dd2a0cb5b117f12989..dd4a8a6dc4b571eb108b805636873cfc3dfab377 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -247,6 +247,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
quota::SpecialStoragePolicy* special_storage_policy,
fileapi::ExternalMountPoints* external_mount_points,
ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE;
+ virtual bool ShouldKillChildOnBadMessage() OVERRIDE;
Tom Sepez 2013/07/12 18:47:20 nit: maybe ShouldKillChildProcessOnBadMessage.
aedla 2013/07/15 16:12:08 Done.
#if defined(OS_POSIX) && !defined(OS_MACOSX)
virtual void GetAdditionalMappedFilesForChildProcess(

Powered by Google App Engine
This is Rietveld 408576698