Remove web storage & filesystem usage code
authorJihoon Chung <jihoon.chung@samsung.com>
Wed, 6 Mar 2013 07:50:19 +0000 (16:50 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 6 Mar 2013 08:21:04 +0000 (17:21 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] Webkit deprecate API for web storage and filesystem usage
[Solution] Clean-up code for web storage and filesystem usage
[SCMRequest] must be imported with wrt-setting, wrt-commons

Change-Id: Ie262e9cc26b9d60e1dfec270ce66cae06d1509e0

src/jobs/widget_install/task_database.cpp

index 072a9f9..874bad8 100644 (file)
@@ -246,12 +246,6 @@ void TaskDatabase::StepCreateVconf()
         WrtDB::VconfConfig::GetVconfKeyWebNotificationUsage(
             m_context.widgetConfig.tzAppid)] = WrtDB::SETTINGS_TYPE_ON;
     vconfData[
-        WrtDB::VconfConfig::GetVconfKeyWebDatabaseUsage(
-            m_context.widgetConfig.tzAppid)] = WrtDB::SETTINGS_TYPE_ON;
-    vconfData[
-        WrtDB::VconfConfig::GetVconfKeyFilesystemUsage(
-            m_context.widgetConfig.tzAppid)] = WrtDB::SETTINGS_TYPE_ON;
-    vconfData[
         WrtDB::VconfConfig::GetVconfKeyMemorySavingMode(
             m_context.widgetConfig.tzAppid)] = WrtDB::SETTINGS_TYPE_OFF;