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

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

Issue 2165523004: Force MimeHandlerView to always use BrowserPlugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added the missing files Created 4 years, 3 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_host_manager.h
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
index 41698cc2104c5ce77662a02b6278b22369d368ca..4533fb759d95eb0502cfd48ac9f24b7cbf339245 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -482,7 +482,8 @@ class CONTENT_EXPORT RenderFrameHostManager
// RenderFrameProxyHost in its outer WebContents's SiteInstance,
// |outer_contents_site_instance|. The frame in outer WebContents that is
// hosting the inner WebContents is |render_frame_host|, and the frame will
- // be swapped out with the proxy.
+ // be swapped out with the proxy.Note that this method must only be called
+ // for an OOPIF-based inner WebContents.
void CreateOuterDelegateProxy(SiteInstance* outer_contents_site_instance,
RenderFrameHostImpl* render_frame_host);

Powered by Google App Engine
This is Rietveld 408576698