diff options
Diffstat (limited to 'content/shell/shell_content_browser_client.cc')
-rw-r--r-- | content/shell/shell_content_browser_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc index 3028b48..1169e24 100644 --- a/content/shell/shell_content_browser_client.cc +++ b/content/shell/shell_content_browser_client.cc @@ -273,7 +273,7 @@ FilePath ShellContentBrowserClient::GetDefaultDownloadDirectory() { #if defined(OS_POSIX) && !defined(OS_MACOSX) int ShellContentBrowserClient::GetCrashSignalFD( - const std::string& process_type) { + const CommandLine& command_line) { return -1; } #endif |