Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5785)

Unified Diff: chrome/browser/resources/extensions/extensions.js

Issue 9124028: separate about page into its own page (included in chrome://chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change indent, move script includes to inside body Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/extensions/extensions.js
diff --git a/chrome/browser/resources/extensions/extensions.js b/chrome/browser/resources/extensions/extensions.js
index fcedbf1e0d95f7a316517cf17d981efab8d6e5b4..3b3c0296ea07f45d0d9635fbfd75eb54e0314e40 100644
--- a/chrome/browser/resources/extensions/extensions.js
+++ b/chrome/browser/resources/extensions/extensions.js
@@ -180,6 +180,5 @@ cr.define('extensions', function() {
var ExtensionSettings = extensions.ExtensionSettings;
window.onload = function() {
- i18nTemplate.process(document, templateData);
ExtensionSettings.getInstance().initialize();
-}
+};
« no previous file with comments | « chrome/browser/resources/extensions/extensions.html ('k') | chrome/browser/resources/options2/about_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698