| Index: content/browser/android/content_view_statics.cc
|
| diff --git a/content/browser/android/content_view_statics.cc b/content/browser/android/content_view_statics.cc
|
| index 089964c1e1a929afa406a1b07a862c56e2edff97..31eaabeb0b52398e03805b9e207f7efcffc66998 100644
|
| --- a/content/browser/android/content_view_statics.cc
|
| +++ b/content/browser/android/content_view_statics.cc
|
| @@ -41,7 +41,6 @@ class SuspendedProcessWatcher : public content::RenderProcessHostObserver {
|
| // If the process crashes, stop watching the corresponding RenderProcessHost
|
| // and ensure it doesn't get over-resumed.
|
| virtual void RenderProcessExited(content::RenderProcessHost* host,
|
| - base::ProcessHandle handle,
|
| base::TerminationStatus status,
|
| int exit_code) override {
|
| StopWatching(host);
|
|
|