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

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

Issue 1199313006: Disable support for swapped out RenderFrame(Host) on desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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_frame_proxy_host.h
diff --git a/content/browser/frame_host/render_frame_proxy_host.h b/content/browser/frame_host/render_frame_proxy_host.h
index 58a741bf5636994aae72211278d70d6817e7f32d..c60b14fd25de0b6a7624ef17f642a12fb3edffd3 100644
--- a/content/browser/frame_host/render_frame_proxy_host.h
+++ b/content/browser/frame_host/render_frame_proxy_host.h
@@ -111,6 +111,7 @@ class RenderFrameProxyHost
void DisownOpener();
void set_render_frame_proxy_created(bool created) {
+ LOG(ERROR) << "RFPH[" << this << "]::set_render_frame_proxy_created: " << created;
render_frame_proxy_created_ = created;
}

Powered by Google App Engine
This is Rietveld 408576698