| Index: webkit/plugins/ppapi/ppb_flash_impl.cc
|
| diff --git a/webkit/plugins/ppapi/ppb_flash_impl.cc b/webkit/plugins/ppapi/ppb_flash_impl.cc
|
| index 43e9ba22bb73de76af8f634b6a4e283adf49cce7..12ae10a5f0fe27474a9fb96f4d90b570339e288e 100644
|
| --- a/webkit/plugins/ppapi/ppb_flash_impl.cc
|
| +++ b/webkit/plugins/ppapi/ppb_flash_impl.cc
|
| @@ -175,20 +175,5 @@ PP_Bool PPB_Flash_Impl::IsRectTopmost(PP_Instance instance,
|
| rect->size.width, rect->size.height)));
|
| }
|
|
|
| -PP_Var PPB_Flash_Impl::GetSetting(PP_Instance instance,
|
| - PP_FlashSetting setting) {
|
| - switch(setting) {
|
| - case PP_FLASHSETTING_LSORESTRICTIONS: {
|
| - return PP_MakeInt32(
|
| - instance_->delegate()->GetLocalDataRestrictions(
|
| - instance_->container()->element().document().url(),
|
| - instance_->plugin_url()));
|
| - }
|
| - default:
|
| - // No other settings are supported in-process.
|
| - return PP_MakeUndefined();
|
| - }
|
| -}
|
| -
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|