| Index: chrome/common/jstemplate_builder.h
|
| ===================================================================
|
| --- chrome/common/jstemplate_builder.h (revision 84887)
|
| +++ chrome/common/jstemplate_builder.h (working copy)
|
| @@ -50,6 +50,10 @@
|
| // assigned to it.
|
| void AppendJsonHtml(const DictionaryValue* json, std::string* output);
|
|
|
| +// Same as AppendJsonHtml(), execpt does not include the <script></script>
|
| +// tag wrappers.
|
| +void AppendJsonJS(const DictionaryValue* json, std::string* output);
|
| +
|
| // Appends the source for JsTemplates in a script tag.
|
| void AppendJsTemplateSourceHtml(std::string* output);
|
|
|
|
|