| Index: chrome/browser/resources/options/content_settings_exceptions_area.js
|
| diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.js b/chrome/browser/resources/options/content_settings_exceptions_area.js
|
| index 2279c197c523490163be3eea58d60970ba39edba..8a58ff0aebedc273c4a8cde9b23887d00a4b2dfa 100644
|
| --- a/chrome/browser/resources/options/content_settings_exceptions_area.js
|
| +++ b/chrome/browser/resources/options/content_settings_exceptions_area.js
|
| @@ -658,9 +658,8 @@ cr.define('options.contentSettings', function() {
|
| * location's hash.
|
| */
|
| didShowPage: function() {
|
| - var hash = location.hash;
|
| - if (hash)
|
| - this.showList(hash.slice(1));
|
| + if (this.hash)
|
| + this.showList(this.hash.slice(1));
|
| },
|
| };
|
|
|
|
|