| Index: chrome/browser/resources/about_version.js
|
| ===================================================================
|
| --- chrome/browser/resources/about_version.js (revision 154954)
|
| +++ chrome/browser/resources/about_version.js (working copy)
|
| @@ -16,11 +16,6 @@
|
|
|
| /* All the work we do onload. */
|
| function onLoadWork() {
|
| - // This is the javascript code that processes the template:
|
| - var input = new JsEvalContext(templateData);
|
| - var output = $('t');
|
| - jstProcess(input, output);
|
| -
|
| chrome.send('requestVariationsList');
|
| }
|
|
|
|
|