| Index: ui/webui/resources/js/cr/link_controller.js
|
| diff --git a/ui/webui/resources/js/cr/link_controller.js b/ui/webui/resources/js/cr/link_controller.js
|
| index 63297c70a7749db6bac819ebe8750e84d98cf9e1..e643eefb1c378c078868c196631e2502aee0d896 100644
|
| --- a/ui/webui/resources/js/cr/link_controller.js
|
| +++ b/ui/webui/resources/js/cr/link_controller.js
|
| @@ -108,7 +108,7 @@ cr.define('cr', function() {
|
|
|
| /**
|
| * Opens URLs in new tab, window or incognito mode.
|
| - * @param {!Array.<string>} urls The URLs to open.
|
| + * @param {!Array<string>} urls The URLs to open.
|
| * @param {cr.LinkKind} kind The kind of open we want to do.
|
| */
|
| openUrls: function(urls, kind) {
|
|
|