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

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame.h

Issue 241223002: Start using RenderFrameProxyHost objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Commits the right URL now. Created 6 years, 6 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
Index: content/browser/frame_host/render_widget_host_view_child_frame.h
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
index e288248aa45a248369e669ca377cba1ca0bf9187..6eb7af756e447e26b56ec414287b4080936b9f5d 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
@@ -34,6 +34,8 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
void set_cross_process_frame_connector(
CrossProcessFrameConnector* frame_connector) {
+ LOG(ERROR) << "RWHVCF[" << this << "]::set_cross_process_frame_connector:"
+ << " frame_connector_:" << frame_connector_;
frame_connector_ = frame_connector;
}

Powered by Google App Engine
This is Rietveld 408576698