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

Unified Diff: chrome/browser/resources/certificate_viewer.js

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
« no previous file with comments | « no previous file | chrome/browser/resources/cloud_print/cloud_print_setup_flow.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/certificate_viewer.js
diff --git a/chrome/browser/resources/certificate_viewer.js b/chrome/browser/resources/certificate_viewer.js
index e8a937908028f7f0c393f9aec1b27f53dc33dd3c..91da7558cac83420df163973c3aed88a1763d45d 100644
--- a/chrome/browser/resources/certificate_viewer.js
+++ b/chrome/browser/resources/certificate_viewer.js
@@ -14,7 +14,7 @@ cr.define('cert_viewer', function() {
i18nTemplate.process(document, templateData);
- var args = JSON.parse(chrome.dialogArguments);
+ var args = JSON.parse(chrome.getVariableValue('dialogArguments'));
getCertificateInfo(args);
/**
« no previous file with comments | « no previous file | chrome/browser/resources/cloud_print/cloud_print_setup_flow.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698