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

Unified Diff: content/browser/webrtc/webrtc_internals.h

Issue 2693263003: Release RTCPeerConnection PowerSaveBlock on process exit. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | content/browser/webrtc/webrtc_internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webrtc/webrtc_internals.h
diff --git a/content/browser/webrtc/webrtc_internals.h b/content/browser/webrtc/webrtc_internals.h
index 135335c67245e486e38e67fa4afddae03005a2b2..c20a5fb14029cf4a95fe296429087895b053e32f 100644
--- a/content/browser/webrtc/webrtc_internals.h
+++ b/content/browser/webrtc/webrtc_internals.h
@@ -137,7 +137,9 @@ class CONTENT_EXPORT WebRTCInternals : public RenderProcessHostObserver,
std::unique_ptr<base::Value> value);
// RenderProcessHostObserver implementation.
- void RenderProcessHostDestroyed(RenderProcessHost* host) override;
+ void RenderProcessExited(RenderProcessHost* host,
+ base::TerminationStatus status,
+ int exit_code) override;
// ui::SelectFileDialog::Listener implementation.
void FileSelected(const base::FilePath& path,
« no previous file with comments | « no previous file | content/browser/webrtc/webrtc_internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698