| 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 fbe28f86032da7c5c5954d01416bc091f8ddd095..5a4ac0ed40b4b1802093804fdcf240972448ab50 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -246,6 +246,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::BrowserContext* browser_context,
|
| const base::FilePath& storage_partition_path,
|
| ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE;
|
| + virtual bool ShouldKillChildProcessOnBadMessage() OVERRIDE;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| virtual void GetAdditionalMappedFilesForChildProcess(
|
|
|