| Index: chrome/browser/resources/options/content_settings.js
|
| diff --git a/chrome/browser/resources/options/content_settings.js b/chrome/browser/resources/options/content_settings.js
|
| index c95bcf76dadf4d449d0ea091caa6fd044fc1c732..68b449d84129969b936a20cf76d188972e56d677 100644
|
| --- a/chrome/browser/resources/options/content_settings.js
|
| +++ b/chrome/browser/resources/options/content_settings.js
|
| @@ -24,6 +24,7 @@ cr.define('options', function() {
|
| ContentSettings.prototype = {
|
| __proto__: OptionsPage.prototype,
|
|
|
| + /** @override */
|
| initializePage: function() {
|
| OptionsPage.prototype.initializePage.call(this);
|
|
|
|
|