| 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..5c912cb82b4046206807eab0484bc9bc48c3e77c 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 ShouldKillChildProcessOnBadMessage() OVERRIDE;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| virtual void GetAdditionalMappedFilesForChildProcess(
|
|
|