Chromium Code Reviews

Unified Diff: chrome/browser/resources/http_auth.html

Issue 7757006: Allow no arguments in ConstrainedHtmlUI::OnDialogClose() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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/http_auth.html
diff --git a/chrome/browser/resources/http_auth.html b/chrome/browser/resources/http_auth.html
index 7c72260f43fa4a951b5857e02304f1fdb1034482..93bcccb39aaf68473049270e53a7effde2fa3eed 100644
--- a/chrome/browser/resources/http_auth.html
+++ b/chrome/browser/resources/http_auth.html
@@ -61,7 +61,7 @@
function cancel() {
disableControls();
- chrome.send('DialogClose');
+ chrome.send('DialogClose', ['']);
arv (Not doing code reviews) 2011/09/07 20:41:21 This seems like the wrong way to fix this. Passing
rhashimoto 2011/09/08 23:30:31 Done.
}
function handleSubmit(e) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine