X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fview%2Fwebkit%2Finjected-bundle%2Fwrt-injected-bundle.h;h=fc2b774cdbbfc9d3d0bc05cec258bbe414995859;hb=HEAD;hp=223815c815d5983c8c1ecb2e8d3860c0a90b9685;hpb=41bf8466c30357c336a459b9dc6b8ed40092f701;p=platform%2Fframework%2Fweb%2Fwrt.git diff --git a/src/view/webkit/injected-bundle/wrt-injected-bundle.h b/src/view/webkit/injected-bundle/wrt-injected-bundle.h index 223815c..fc2b774 100644 --- a/src/view/webkit/injected-bundle/wrt-injected-bundle.h +++ b/src/view/webkit/injected-bundle/wrt-injected-bundle.h @@ -40,6 +40,7 @@ WK_EXPORT void WKBundleInitialize(WKBundleRef bundle, WKTypeRef); namespace InjectedBundle { class DecryptionSupport; +class ViewmodesSupport; } class Bundle @@ -81,11 +82,11 @@ class Bundle std::string m_theme; std::set m_loadedContext; JSGlobalContextRef m_willRemoveContext; - WrtDB::WidgetType m_widgetType; WrtDB::WidgetSecurityModelVersion m_securityModelVersion; bool m_initialized; std::unique_ptr m_decryptionSupport; + std::unique_ptr m_viewmodesSupport; // WKBundlePageResourceLoadClient callback static WKURLRequestRef willSendRequestForFrameCallback( @@ -181,11 +182,6 @@ class Bundle std::string & argEncodedBundle, std::string & argTheme); - -#ifdef MULTIPROCESS_SERVICE_SUPPORT_INLINE - void sendWebProcessPid(); -#endif - #ifdef CORS_WHITELISTING_ENABLED void bypassCORSforWARPAccessList(WrtDB::WidgetDAOReadOnly &dao); #endif