Index: chrome/common/jstemplate_builder.h |
=================================================================== |
--- chrome/common/jstemplate_builder.h (revision 84688) |
+++ chrome/common/jstemplate_builder.h (working copy) |
@@ -50,6 +50,11 @@ |
// assigned to it. |
void AppendJsonHtml(const DictionaryValue* json, std::string* output); |
+ |
abarth-chromium
2011/05/10 21:11:45
Looks like there's an extra space here.
|
+// 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); |