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

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

Issue 253543002: web_dev_style: check webui browser tests as well. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 693ccec14772e10f90fedd434e8a3219e7a1290e..9019c69b8563a4a74ec7d6b69c3efc8a9ee41083 100644
--- a/chrome/browser/ui/webui/options/certificate_manager_browsertest.js
+++ b/chrome/browser/ui/webui/options/certificate_manager_browsertest.js
@@ -21,7 +21,7 @@ CertificateManagerWebUIBaseTest.prototype = {
*/
browsePreload: 'chrome://settings-frame/certificates',
- /** @inheritDoc */
+ /** @override */
preLoad: function() {
// We can't check cr.isChromeOS in the preLoad since "cr" doesn't exist yet.
// This is copied from ui/webui/resources/js/cr.js, maybe
@@ -52,7 +52,7 @@ function CertificateManagerWebUIUnpopulatedTest() {}
CertificateManagerWebUIUnpopulatedTest.prototype = {
__proto__: CertificateManagerWebUIBaseTest.prototype,
- /** @inheritDoc */
+ /** @override */
preLoad: function() {
CertificateManagerWebUIBaseTest.prototype.preLoad.call(this);
@@ -147,7 +147,7 @@ function CertificateManagerWebUITest() {}
CertificateManagerWebUITest.prototype = {
__proto__: CertificateManagerWebUIBaseTest.prototype,
- /** @inheritDoc */
+ /** @override */
preLoad: function() {
CertificateManagerWebUIBaseTest.prototype.preLoad.call(this);

Powered by Google App Engine
This is Rietveld 408576698