summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkitclient_impl.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-30 21:04:27 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-30 21:04:27 +0000
commit51f825e6146c3e34ba97ad45875a599947459819 (patch)
tree47536418763864acfc0b616bc7ab74b5a02e6319 /webkit/glue/webkitclient_impl.h
parent0d3c28e8983a614e5858d4b84a6cfe479adb1312 (diff)
downloadchromium_src-51f825e6146c3e34ba97ad45875a599947459819.zip
chromium_src-51f825e6146c3e34ba97ad45875a599947459819.tar.gz
chromium_src-51f825e6146c3e34ba97ad45875a599947459819.tar.bz2
Remove TemporaryGlue::popupsAllowed by just having the
corresponding ChromiumBridge method return false. It turns out that NPP is always null in Chrome (due to out-of-process plugins), and as a result, we were always returning false anyways. R=jam BUG=none TEST=none Review URL: http://codereview.chromium.org/346026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkitclient_impl.h')
-rw-r--r--webkit/glue/webkitclient_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/webkitclient_impl.h b/webkit/glue/webkitclient_impl.h
index f37e7ca..1eb9d8c 100644
--- a/webkit/glue/webkitclient_impl.h
+++ b/webkit/glue/webkitclient_impl.h
@@ -82,7 +82,6 @@ class WebKitClientImpl : public WebKit::WebKitClient {
// Glue layer. Once the Glue layer moves entirely into the WebKit layer,
// these methods will be deleted.
virtual WebCore::String uiResourceProtocol();
- virtual bool popupsAllowed(NPP);
private:
void DoTimeout() {