Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / browser / application_storage_impl.h
index 4ced1d6..2afeeb1 100644 (file)
@@ -59,6 +59,8 @@ class ApplicationStorageImpl {
                          const StoredPermissionMap& permissions);
   bool RevokePermissions(const std::string& id);
 
+  bool CollectGarbageApplications();
+
   scoped_ptr<sql::Connection> sqlite_db_;
   sql::MetaTable meta_table_;
   base::FilePath data_path_;