Upstream version 8.36.169.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / application_data.h
index fb6d58b..6c1a37a 100644 (file)
@@ -65,6 +65,9 @@ class ApplicationData : public base::RefCountedThreadSafe<ApplicationData> {
       const std::string& explicit_id,
       std::string* error_message);
 
+  static scoped_refptr<ApplicationData> Create(const GURL& url,
+                                               std::string* error_message);
+
   // Checks to see if the application has a valid ID.
   static bool IsIDValid(const std::string& id);