Chromium Code Reviews| 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. |
|
Tyler Breisacher (Chromium)
2014/04/28 23:13:26
Is it ever null? If not, {!Element}
Dan Beam
2014/04/28 23:54:07
it could be, in theory (as this is getElementById(
|
| * @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] || ''; |