Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / extensions / common / manifest_handlers / externally_connectable.h
index 960904e..f72ff45 100644 (file)
@@ -57,6 +57,7 @@ struct ExternallyConnectableInfo : public Extension::ManifestData {
   // the manifest. Sets |error| and returns an empty scoped_ptr on failure.
   static scoped_ptr<ExternallyConnectableInfo> FromValue(
       const base::Value& value,
+      bool allow_all_urls,
       std::vector<InstallWarning>* install_warnings,
       base::string16* error);