Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(991)

Unified Diff: content/shell/webkit_test_controller.cc

Issue 11820009: Distinguish plugin disconnections from plugin crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
}

Powered by Google App Engine
This is Rietveld 408576698