Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2495)

Unified Diff: chrome/browser/resources/options/content_settings_exceptions_area.js

Issue 7540017: Merge 94625 - Options: Clear the 'add exception' input once an exception has been committed. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/835/src/
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]);
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698