Chromium Code Reviews| 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 1a9a97fb85e1f960ef57e1c21ba73fdcba7127cb..43380acb3c0fb7d3b36f0b087fd2c65eb8943bde 100644 |
| --- a/chrome/browser/chrome_content_browser_client.h |
| +++ b/chrome/browser/chrome_content_browser_client.h |
| @@ -121,8 +121,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
| virtual FilePath GetDefaultDownloadDirectory() OVERRIDE; |
| #if defined(OS_POSIX) && !defined(OS_MACOSX) |
| - // Can return an optional fd for crash handling, otherwise returns -1. |
| - virtual int GetCrashSignalFD(const std::string& process_type) OVERRIDE; |
| + // Can return an optional fd for crash handling, otherwise returns -1. The |
|
jam
2011/10/04 16:59:22
nit: this comment shouldn't be here, since we don'
jochen (gone - plz use gerrit)
2011/10/04 18:50:19
Done.
|
| + // passed |command_line| will be used to start the process in question. |
| + virtual int GetCrashSignalFD(const CommandLine* command_line) OVERRIDE; |
| #endif |
| #if defined(OS_WIN) |
| virtual const wchar_t* GetResourceDllName() OVERRIDE; |