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

Unified Diff: chrome/browser/media/cast_remoting_connector.h

Issue 2431513004: Crash fix: Ignore mojo Create() calls after RFH is dead. (Closed)
Patch Set: Created 4 years, 2 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 | chrome/browser/media/cast_remoting_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/cast_remoting_connector.h
diff --git a/chrome/browser/media/cast_remoting_connector.h b/chrome/browser/media/cast_remoting_connector.h
index 939123e6a264ddc021c0052900f4a5b3d423ab16..b75658888b46a2c716ed23774ec19a30a1797333 100644
--- a/chrome/browser/media/cast_remoting_connector.h
+++ b/chrome/browser/media/cast_remoting_connector.h
@@ -72,9 +72,7 @@ class CastRemotingConnector
static CastRemotingConnector* Get(content::WebContents* source_contents);
// Used by ChromeContentBrowserClient to request a binding to a new
- // RemoterFactory for each new render frame. The |render_frame_host| is
- // expected to outlive the mojo message pipe in |request| that the service
- // binds to.
+ // RemoterFactory for each new render frame.
static void CreateRemoterFactory(content::RenderFrameHost* render_frame_host,
media::mojom::RemoterFactoryRequest request);
« no previous file with comments | « no previous file | chrome/browser/media/cast_remoting_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698