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); |
}); |
/** |