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

Unified Diff: chrome/browser/ui/webui/options/certificate_manager_browsertest.js

Issue 255503006: webui: remove the precendent for silly, invalid end of jsdoc comments, e.g. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whoops Created 6 years, 8 months 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/browser/ui/webui/options/certificate_manager_browsertest.js
diff --git a/chrome/browser/ui/webui/options/certificate_manager_browsertest.js b/chrome/browser/ui/webui/options/certificate_manager_browsertest.js
index af5884d0ac1d46569086795eb6aa4459ea2a7acc..693ccec14772e10f90fedd434e8a3219e7a1290e 100644
--- a/chrome/browser/ui/webui/options/certificate_manager_browsertest.js
+++ b/chrome/browser/ui/webui/options/certificate_manager_browsertest.js
@@ -10,7 +10,7 @@ GEN('#if defined(USE_NSS)');
* TestFixture for certificate manager WebUI testing.
* @extends {testing.Test}
* @constructor
- **/
+ */
function CertificateManagerWebUIBaseTest() {}
CertificateManagerWebUIBaseTest.prototype = {
@@ -18,7 +18,7 @@ CertificateManagerWebUIBaseTest.prototype = {
/**
* Browse to the certificate manager.
- **/
+ */
browsePreload: 'chrome://settings-frame/certificates',
/** @inheritDoc */
@@ -46,7 +46,7 @@ CertificateManagerWebUIBaseTest.prototype = {
* TestFixture for certificate manager WebUI testing.
* @extends {CertificateManagerWebUIBaseTest}
* @constructor
- **/
+ */
function CertificateManagerWebUIUnpopulatedTest() {}
CertificateManagerWebUIUnpopulatedTest.prototype = {
@@ -141,7 +141,7 @@ TEST_F('CertificateManagerWebUIUnpopulatedTest',
* TestFixture for certificate manager WebUI testing.
* @extends {CertificateManagerWebUIBaseTest}
* @constructor
- **/
+ */
function CertificateManagerWebUITest() {}
CertificateManagerWebUITest.prototype = {

Powered by Google App Engine
This is Rietveld 408576698