Chromium Code Reviews| Index: content/shell/webkit_test_controller.cc |
| diff --git a/content/shell/webkit_test_controller.cc b/content/shell/webkit_test_controller.cc |
| index 7b282765d8500fae63f59b2aee2f807b86fcc367..0041825c32058b925533b5bb8dd195f89d88b91f 100644 |
| --- a/content/shell/webkit_test_controller.cc |
| +++ b/content/shell/webkit_test_controller.cc |
| @@ -257,7 +257,8 @@ bool WebKitTestController::OnMessageReceived(const IPC::Message& message) { |
| return handled; |
| } |
| -void WebKitTestController::PluginCrashed(const FilePath& plugin_path) { |
| +void WebKitTestController::PluginCrashed(const FilePath& plugin_path, |
| + base::ProcessId plugin_pid) { |
| DCHECK(CalledOnValidThread()); |
| printer_->AddErrorMessage("#CRASHED - plugin"); |
|
jochen (gone - plz use gerrit)
2013/01/09 08:29:12
can you change the message to "#CRASHED - plugin (
yzshen1
2013/01/09 18:48:11
Done.
|
| } |