diff options
author | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 16:21:55 +0000 |
---|---|---|
committer | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 16:21:55 +0000 |
commit | d7df0b3aa6c49726daa1c5bd200ed34d8c4caf0d (patch) | |
tree | d065acc471ee5a703355ffc61b5e1a55a021ea60 | |
parent | 3d8102fbabb1d6194e4c0076b4947b0bb9b2fe9a (diff) | |
download | chromium_src-d7df0b3aa6c49726daa1c5bd200ed34d8c4caf0d.zip chromium_src-d7df0b3aa6c49726daa1c5bd200ed34d8c4caf0d.tar.gz chromium_src-d7df0b3aa6c49726daa1c5bd200ed34d8c4caf0d.tar.bz2 |
Restoring a line that got lost in a despacing
Review URL: http://codereview.chromium.org/18315
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8177 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h index 62547c0..468d3c7 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl.h +++ b/webkit/glue/plugins/webplugin_delegate_impl.h @@ -94,6 +94,7 @@ class WebPluginDelegateImpl : public WebPluginDelegate { PLUGIN_QUIRK_DIE_AFTER_UNLOAD = 32, PLUGIN_QUIRK_PATCH_TRACKPOPUP_MENU = 64, PLUGIN_QUIRK_PATCH_SETCURSOR = 128, + PLUGIN_QUIRK_BLOCK_NONSTANDARD_GETURL_REQUESTS = 256, }; int quirks() { return quirks_; } |