Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / common / test_util.h
index 4eb4d2e..0f02ac0 100644 (file)
@@ -18,6 +18,9 @@ namespace test_util {
 // Adds an extension manifest to a builder.
 ExtensionBuilder& BuildExtension(ExtensionBuilder& builder);
 
+// Adds an app manifest to a builder.
+ExtensionBuilder& BuildApp(ExtensionBuilder& builder);
+
 // Creates an extension instance that can be attached to an ExtensionFunction
 // before running it.
 scoped_refptr<Extension> CreateEmptyExtension();