Upstream version 5.34.97.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / application_data.h
index 488e280..34612ee 100644 (file)
@@ -32,12 +32,6 @@ class ListValue;
 class Version;
 }
 
-#if defined(OS_TIZEN)
-namespace tizen {
-class AppcoreContext;
-}
-#endif
-
 namespace xwalk {
 namespace application {
 
@@ -224,10 +218,6 @@ class ApplicationData : public base::RefCountedThreadSafe<ApplicationData> {
   // Application's persistent permissions.
   StoredPermissionMap permission_map_;
 
-#if defined(OS_TIZEN)
-  scoped_ptr<tizen::AppcoreContext> appcore_context_;
-#endif
-
   DISALLOW_COPY_AND_ASSIGN(ApplicationData);
 };