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 13cac46a3ef79cc36e9bf41fcec34fe09ec8b3bb..9430acb673845f18d5797d0a81ca2ab83b6fc4d5 100644 |
--- a/chrome/test/data/webui/certificate_viewer_dialog_test.js |
+++ b/chrome/test/data/webui/certificate_viewer_dialog_test.js |
@@ -17,6 +17,14 @@ CertificateViewerUITest.prototype = { |
* @override |
*/ |
typedefCppFixture: 'CertificateViewerUITest', |
+ |
+ /** |
+ * Show the certificate viewer dialog. |
+ */ |
+ testGenPreamble: function() { |
+ GEN(' ShowCertificateViewer();'); |
James Hawkins
2011/11/22 23:03:29
What's with the extra whitespace at the beginning?
Sheridan Rawlins
2011/11/23 20:10:07
It outputs with proper indentation for the C++. I
James Hawkins
2011/11/23 20:29:22
Yes, get rid of the indentation here and elsewhere
Sheridan Rawlins
2011/11/24 01:17:46
Done.
|
+ }, |
+ |
}; |
/** |