diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 09:31:48 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 09:31:48 +0000 |
commit | 453c1b2a4f668714b427ebfec8694cde74c318f6 (patch) | |
tree | c72d841e70532cd5effbd7160a56062504d684d3 /content/common/DEPS | |
parent | 3eeacfa69d84798cc6ed94123ae0b86664795cfd (diff) | |
download | chromium_src-453c1b2a4f668714b427ebfec8694cde74c318f6.zip chromium_src-453c1b2a4f668714b427ebfec8694cde74c318f6.tar.gz chromium_src-453c1b2a4f668714b427ebfec8694cde74c318f6.tar.bz2 |
Pass WebWindowFeatures to browser when creating a new view
When blocking popups entirely, we'll need to remember the requested
window features so we can restore the popups if the user choses to do
so.
BUG=38458
R=cdn@chromium.org, jam@chromium.org
Review URL: https://codereview.chromium.org/19963002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213065 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/DEPS')
-rw-r--r-- | content/common/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/DEPS b/content/common/DEPS index afff5e3..2e11e26 100644 --- a/content/common/DEPS +++ b/content/common/DEPS @@ -39,6 +39,7 @@ include_rules = [ "+third_party/WebKit/public/web/WebPopupType.h", "+third_party/WebKit/public/web/WebScreenInfo.h", "+third_party/WebKit/public/web/WebTextDirection.h", + "+third_party/WebKit/public/web/WebWindowFeatures.h", # These should be burned down. http://crbug.com/237267 "!third_party/WebKit/public/platform/WebHTTPBody.h", |