Convert RenderFrameHost creation booleans to flags
commit32d18a42c933ba516c76b0303aa31bb38203d9f1
authorkenrb <kenrb@chromium.org>
Mon, 17 Nov 2014 22:16:07 +0000 (17 14:16 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 17 Nov 2014 22:16:30 +0000 (17 22:16 +0000)
treeb6d13aa83d7a0372e8077771696ebc4206220832
parent78056d40c90e17e57f18fac625b15498aed7ed5d
Convert RenderFrameHost creation booleans to flags

I am going to add a new boolean variable for RenderFrameHost creation,
which would make that 4 booleans in the argument list. Improving
readability by changing to a flag word.

BUG=419087

Review URL: https://codereview.chromium.org/717983003

Cr-Commit-Position: refs/heads/master@{#304494}
12 files changed:
content/browser/frame_host/frame_tree.cc
content/browser/frame_host/render_frame_host_factory.cc
content/browser/frame_host/render_frame_host_factory.h
content/browser/frame_host/render_frame_host_impl.cc
content/browser/frame_host/render_frame_host_impl.h
content/browser/frame_host/render_frame_host_manager.cc
content/browser/frame_host/render_frame_host_manager.h
content/browser/web_contents/web_contents_impl.cc
content/test/test_render_frame_host.cc
content/test/test_render_frame_host.h
content/test/test_render_frame_host_factory.cc
content/test/test_render_frame_host_factory.h