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

Unified Diff: chrome/browser/gpu_process_host.h

Issue 5172009: This adds some plumbing for propagating the reason for a renderer's death (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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: chrome/browser/gpu_process_host.h
diff --git a/chrome/browser/gpu_process_host.h b/chrome/browser/gpu_process_host.h
index 5def0422da7978917819ac726293a61f7142dd77..2348b444ba1e4006ddd30835e5b799d1e4b949db 100644
--- a/chrome/browser/gpu_process_host.h
+++ b/chrome/browser/gpu_process_host.h
@@ -105,7 +105,7 @@ class GpuProcessHost : public BrowserChildProcessHost, public NonThreadSafe {
const ViewHostMsg_Resource_Request& request_data);
virtual bool CanShutdown();
- virtual void OnProcessCrashed();
+ virtual void OnProcessCrashed(int exit_code);
bool initialized_;
bool initialized_successfully_;

Powered by Google App Engine
This is Rietveld 408576698