Fixed Nabi Issues N_SE-56966,56735
[apps/osp/Internet.git] / inc / IntISettingChangeListener.h
index 2403bdd..304c8a9 100644 (file)
@@ -2,7 +2,7 @@
 
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
-// Licensed under the Flora License, Version 1.0 (the License);
+// Licensed under the Flora License, Version 1.1 (the License);
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
 //
@@ -39,6 +39,8 @@ public:
        virtual ~ISettingChangeEventListener(void) {};
        virtual void OnClearCache(void) = 0;
        virtual void OnClearCookie(void) = 0;
+       virtual void OnClearFormData(void) = 0;
+       virtual void OnClearPasswords(void) = 0;
        virtual void OnSettingsChange(int settingvalue) = 0;
        virtual void OnSettingsReset(void) = 0;
 };