| Index: webkit/glue/webkitclient_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webkitclient_impl.cc (revision 30609)
|
| +++ webkit/glue/webkitclient_impl.cc (working copy)
|
| @@ -412,17 +412,6 @@
|
| // Glue layer. Once the Glue layer moves entirely into the WebKit layer, these
|
| // methods will be deleted.
|
|
|
| -bool WebKitClientImpl::popupsAllowed(NPP npp) {
|
| - bool popups_allowed = false;
|
| - if (npp) {
|
| - NPAPI::PluginInstance* plugin_instance =
|
| - reinterpret_cast<NPAPI::PluginInstance*>(npp->ndata);
|
| - if (plugin_instance)
|
| - popups_allowed = plugin_instance->popups_allowed();
|
| - }
|
| - return popups_allowed;
|
| -}
|
| -
|
| WebCore::String WebKitClientImpl::uiResourceProtocol() {
|
| return StdStringToString(webkit_glue::GetUIResourceProtocol());
|
| }
|
|
|