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

Unified Diff: chrome/browser/ui/webui/sync_setup_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
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_browsertest.js ('k') | chrome/browser/web_dev_style/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/sync_setup_browsertest.js
diff --git a/chrome/browser/ui/webui/sync_setup_browsertest.js b/chrome/browser/ui/webui/sync_setup_browsertest.js
index 6614e9bfbfa5685d820390d2a1e3a5364f88513c..9d995af7b09e690b385931cf51a42d4e1446766a 100644
--- a/chrome/browser/ui/webui/sync_setup_browsertest.js
+++ b/chrome/browser/ui/webui/sync_setup_browsertest.js
@@ -19,7 +19,7 @@ SyncSetupWebUITest.prototype = {
*/
browsePreload: 'chrome://settings-frame',
- /** @inheritDoc */
+ /** @override */
preLoad: function() {
this.makeAndRegisterMockHandler(['SyncSetupConfigure',
'SyncSetupShowSetupUI',
@@ -54,7 +54,7 @@ function SyncSetupWebUITestAsync() {}
SyncSetupWebUITestAsync.prototype = {
__proto__: SyncSetupWebUITest.prototype,
- /** @inheritDoc */
+ /** @override */
isAsync: true,
};
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_browsertest.js ('k') | chrome/browser/web_dev_style/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698