diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-30 17:28:23 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-30 17:28:23 +0000 |
commit | 0e584b5f3faf12f691282c474803026f16eba4c7 (patch) | |
tree | ae7dc52495f547975f5388287b72011ae835fcf4 /content/public | |
parent | d0403a0049e8382cce7602dec3bc8689287c1983 (diff) | |
download | chromium_src-0e584b5f3faf12f691282c474803026f16eba4c7.zip chromium_src-0e584b5f3faf12f691282c474803026f16eba4c7.tar.gz chromium_src-0e584b5f3faf12f691282c474803026f16eba4c7.tar.bz2 |
Followup to r242655 to address comments.
BUG=304341
R=nasko@chromium.org
Review URL: https://codereview.chromium.org/112653003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242727 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public')
-rw-r--r-- | content/public/browser/web_contents.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h index 6beb47f..52751bc 100644 --- a/content/public/browser/web_contents.h +++ b/content/public/browser/web_contents.h @@ -478,6 +478,8 @@ class WebContents : public PageNavigator, // Returns true if the WebContents is responsible for displaying a subframe // in a different process from its parent page. + // TODO: this doesn't really belong here. With site isolation, this should be + // removed since we can then embed iframes in different processes. virtual bool IsSubframe() const = 0; #if defined(OS_ANDROID) |