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

Unified Diff: chrome/browser/ui/webui/options/startup_page_list_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/startup_page_list_browsertest.js
diff --git a/chrome/browser/ui/webui/options/startup_page_list_browsertest.js b/chrome/browser/ui/webui/options/startup_page_list_browsertest.js
index 0cf7b7c0798af1c79d6a4b6da49eb1b25f64c4ef..25e5fd4ee7b049ff11454f2972e1d8787e823de0 100644
--- a/chrome/browser/ui/webui/options/startup_page_list_browsertest.js
+++ b/chrome/browser/ui/webui/options/startup_page_list_browsertest.js
@@ -27,7 +27,7 @@ StartupPageListWebUITest.prototype = {
/**
* Returns the list to be tested.
- * @return {Element}
+ * @return {Element} The start-up pages list.
* @protected
*/
getList: function() {
@@ -103,7 +103,7 @@ MockDataTransfer.prototype = {
/**
* Gets data associated with this fake data transfer.
* @param {string} type The type of data to get.
- * @returns {string} The requested type of data or '' if not set.
+ * @return {string} The requested type of data or '' if not set.
*/
getData: function(type) {
return this.data_[type] || '';
« no previous file with comments | « chrome/browser/ui/webui/options/settings_format_browsertest.js ('k') | chrome/browser/ui/webui/sync_internals_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698