| Index: chrome/browser/resources/options/content_settings_exceptions_area.js
|
| ===================================================================
|
| --- chrome/browser/resources/options/content_settings_exceptions_area.js (revision 94859)
|
| +++ chrome/browser/resources/options/content_settings_exceptions_area.js (working copy)
|
| @@ -320,6 +320,7 @@
|
| * @param {string} newSetting The setting the user chose.
|
| */
|
| finishEdit: function(newPattern, newSetting) {
|
| + this.resetInput();
|
| chrome.send('setException',
|
| [this.contentType, this.mode, newPattern, newSetting]);
|
| },
|
|
|