fix build error
[framework/osp/web.git] / src / controls / FWebCtrl_UserConfirmPopup.cpp
index ee89051..ef242a3 100755 (executable)
@@ -349,11 +349,6 @@ _UserConfirmPopup::OnActionPerformed(const Control& source, int actionId)
                        __pImpl->SendUserEvent(ID_USER_SCRIPT_CONFIRM_CLOSE, null);
                        break;
                }
-               case USER_CONFIRM_SAVE_PASSWORD:
-               {
-                       __pImpl->SendUserEvent(ID_USER_CONFIRM_SAVE_PASSWORD_CLOSE, null);
-                       break;
-               }
                default:
                        SysAssert(false);
                }
@@ -474,19 +469,6 @@ CATCH:
                ewk_view_javascript_confirm_reply(pView, allow);
                break;
        }
-       case USER_CONFIRM_SAVE_PASSWORD:
-       {
-               Evas_Object* pView = reinterpret_cast< Evas_Object* >(__pUserPolicyData);
-               if (allow)
-               {
-                       ewk_view_password_confirm_popup_reply(pView, EWK_PASSWORD_POPUP_OK);
-               }
-               else
-               {
-                       ewk_view_password_confirm_popup_reply(pView, EWK_PASSWORD_POPUP_CANCEL);
-               }
-               break;
-       }
        case USER_CONFIRM_APP_CACHE:
        {
                Evas_Object *pObj = reinterpret_cast< Evas_Object* >(__pUserPolicyData);
@@ -660,11 +642,6 @@ _UserConfirmPopup::OnKeyReleased(Control& source, const KeyEventInfo& keyEventIn
                        __pImpl->SendUserEvent(ID_USER_SCRIPT_CONFIRM_CLOSE, null);
                        break;
                }
-               case USER_CONFIRM_SAVE_PASSWORD:
-               {
-                       __pImpl->SendUserEvent(ID_USER_CONFIRM_SAVE_PASSWORD_CLOSE, null);
-                       break;
-               }
                case USER_PROTOCOL_HANDLER:
                case USER_CONTENT_HANDLER:
                case USER_CONFIRM_APP_CACHE: