Commit 29ea4e7b authored by Daniel Cheng's avatar Daniel Cheng Committed by Commit Bot

Forbid new dependencies on WebRemoteFrameImpl.

WebRemoteFrameBase is already disallowed until we devise a concrete plan
for splitting out controller functionality. As WebRemoteFrameBase is
simply a proxy class for WebRemoteFrameImpl, WebRemoteFrameImpl should
similarly be disallowed.

Bug: 712963
Change-Id: I1d883e65b958947ee36f7fa50b67dc5a5cf16ecd
Reviewed-on: https://chromium-review.googlesource.com/564072Reviewed-by: default avatarStuart Langley <slangley@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#485162}
parent 3dc858ba
...@@ -20,5 +20,6 @@ include_rules = [ ...@@ -20,5 +20,6 @@ include_rules = [
# We do not want any new dependencies on Web(Local|Remote)FrameBase.h until # We do not want any new dependencies on Web(Local|Remote)FrameBase.h until
# we resolve the control layer. # we resolve the control layer.
"!core/frame/WebLocalFrameBase.h", "!core/frame/WebLocalFrameBase.h",
"!core/frame/WebRemoteFrameBase.h" "!core/frame/WebRemoteFrameBase.h",
"!core/frame/WebRemoteFrameImpl.h",
] ]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment