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

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: Minor fix. 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);
});
/**

Powered by Google App Engine
This is Rietveld 408576698