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

Unified Diff: chrome/test/data/webui/certificate_viewer_dialog_test.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
Index: chrome/test/data/webui/certificate_viewer_dialog_test.js
diff --git a/chrome/test/data/webui/certificate_viewer_dialog_test.js b/chrome/test/data/webui/certificate_viewer_dialog_test.js
index d7c53f166fe2a712751714dcb89267a6d2f186c1..a83c325cf08e1e9ddffc615c9bf67859c2868dfa 100644
--- a/chrome/test/data/webui/certificate_viewer_dialog_test.js
+++ b/chrome/test/data/webui/certificate_viewer_dialog_test.js
@@ -54,7 +54,7 @@ GEN('CertificateViewerUITest::~CertificateViewerUITest() {}');
* Tests that the dialog opened to the correct URL.
*/
TEST_F('CertificateViewerUITest', 'testDialogURL', function() {
- assertEquals(chrome.expectedUrl, window.location.href);
+ assertEquals(chrome.getVariableValue('expectedUrl'), window.location.href);
});
/**
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr.js ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698