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

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

Issue 10873038: Replacing WebUIBindings use of CPPBoundClass with v8::Extension. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Using typeof == "function" Created 8 years, 1 month 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
Index: chrome/browser/resources/http_auth.html
diff --git a/chrome/browser/resources/http_auth.html b/chrome/browser/resources/http_auth.html
index 58daf191519e672360dc73a3966126db0bc4a660..f9f0d976803300b6301a033673230a22484a222e 100644
--- a/chrome/browser/resources/http_auth.html
+++ b/chrome/browser/resources/http_auth.html
@@ -84,7 +84,7 @@
function load() {
document.addEventListener('keydown', handleKeyDown);
- $('explanation').textContent = chrome.dialogArguments;
+ $('explanation').textContent = chrome.getVariableValue('dialogArguments');
$('form').onsubmit = handleSubmit;
$('cancel').onclick = cancel;
« no previous file with comments | « chrome/browser/resources/cloud_print/cloud_print_setup_flow.js ('k') | chrome/browser/resources/shared/js/cr.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698