Upstream version 11.39.244.0
[platform/framework/web/crosswalk.git] / src / xwalk / extensions / browser / xwalk_extension_process_host.h
index cc18f9f..588763f 100644 (file)
@@ -45,6 +45,8 @@ class XWalkExtensionProcessHost
     virtual bool OnRegisterPermissions(int render_process_id,
                                        const std::string& extension_name,
                                        const std::string& perm_table);
+    virtual void OnRenderChannelCreated(int render_process_id) {}
+
    protected:
     ~Delegate() {}
   };