Index: chrome/browser/resources/options/font_settings.js |
diff --git a/chrome/browser/resources/options/font_settings.js b/chrome/browser/resources/options/font_settings.js |
index 354a14b5a67f12aefb939de31c01024484194d87..802fb965d249d609a753707fd2719861d88f3e91 100644 |
--- a/chrome/browser/resources/options/font_settings.js |
+++ b/chrome/browser/resources/options/font_settings.js |
@@ -66,9 +66,7 @@ cr.define('options', function() { |
}; |
}, |
- /** |
- * Called by the options page when this page has been shown. |
- */ |
+ /** @override */ |
didShowPage: function() { |
// The fonts list may be large so we only load it when this page is |
// loaded for the first time. This makes opening the options window |