Upstream version 9.38.204.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / application_manifest_constants.cc
index 6d7ec90..4ed0b96 100644 (file)
@@ -120,6 +120,7 @@ const char kTizenMetaDataNameKey[] = "@key";
 const char kTizenMetaDataValueKey[] = "@value";
 const char kTizenSplashScreenKey[] = "widget.splash-screen";
 const char kTizenSplashScreenSrcKey[] = "@src";
+const char kContentNamespace[] = "widget.content.@namespace";
 #endif
 
 }  // namespace application_widget_keys
@@ -160,13 +161,6 @@ const char* GetVersionKey(Package::Type package_type) {
   return application_manifest_keys::kXWalkVersionKey;
 }
 
-const char* GetLaunchLocalPathKey(Package::Type package_type) {
-  if (package_type == Package::WGT)
-    return application_widget_keys::kLaunchLocalPathKey;
-
-  return application_manifest_keys::kLaunchLocalPathKey;
-}
-
 const char* GetCSPKey(Package::Type package_type) {
   if (package_type == Package::WGT)
     return application_widget_keys::kCSPKey;