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 fcc3e7b323769d4514adf483d02efd740261f52f..6f1d826bfcf6019464309f89903a03b815767b37 100644 |
--- a/chrome/browser/resources/options/content_settings_exceptions_area.js |
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.js |
@@ -320,6 +320,7 @@ cr.define('options.contentSettings', function() { |
* @param {string} newSetting The setting the user chose. |
*/ |
finishEdit: function(newPattern, newSetting) { |
+ this.resetInput(); |
chrome.send('setException', |
[this.contentType, this.mode, newPattern, newSetting]); |
}, |