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

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

Issue 1801783003: Remove the CREATE_RF_SWAPPED_OUT flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes. Created 4 years, 9 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 5eba090cdb6ca43a11be38010b238f700de1281f..2f288c94f1808f51cf03c6500696133ba0d567ee 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -335,9 +335,7 @@ class CONTENT_EXPORT RenderFrameHostManager
void DidChangeOpener(int opener_routing_id,
SiteInstance* source_site_instance);
- // Creates and initializes a RenderFrameHost. If |flags| has the
- // CREATE_RF_SWAPPED_OUT bit set from the CreateRenderFrameFlags enum, it will
- // initially be placed on the swapped out hosts list. If |view_routing_id_ptr|
+ // Creates and initializes a RenderFrameHost. If |view_routing_id_ptr|
// is not nullptr it will be set to the routing id of the view associated with
// the frame.
scoped_ptr<RenderFrameHostImpl> CreateRenderFrame(SiteInstance* instance,
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/frame_host/render_frame_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698