Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / tizen / xwalk_package_installer_helper.h
index e61571f..b8c46e2 100644 (file)
@@ -23,6 +23,8 @@ class PackageInstallerHelper {
   bool InstallApplicationInternal(const std::string& xmlpath,
                                   const std::string& iconpath);
   bool UninstallApplicationInternal();
+  bool UpdateApplicationInternal(const std::string& xmlpath,
+                                 const std::string& iconpath);
 
   bool SendSignal(const std::string& key, const std::string& value);