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

Unified Diff: content/public/renderer/render_frame_observer.cc

Issue 259973002: Fix for the revert of r172659. The problem was that MediaStreamImpl's constructor was getting a Ren… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 8 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/public/renderer/render_view_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_frame_observer.cc
===================================================================
--- content/public/renderer/render_frame_observer.cc (revision 266283)
+++ content/public/renderer/render_frame_observer.cc (working copy)
@@ -17,6 +17,7 @@
if (render_frame) {
RenderFrameImpl* impl = static_cast<RenderFrameImpl*>(render_frame);
routing_id_ = impl->GetRoutingID();
+ DCHECK_NE(routing_id_, MSG_ROUTING_NONE);
impl->AddObserver(this);
}
}
« no previous file with comments | « no previous file | content/public/renderer/render_view_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698