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

Unified Diff: chrome/test/data/webui/net_internals/events_view.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 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/test/data/webui/mock_timer.js ('k') | chrome/test/data/webui/repeating_button_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/events_view.js
diff --git a/chrome/test/data/webui/net_internals/events_view.js b/chrome/test/data/webui/net_internals/events_view.js
index 0c0424bf2928e6d1c86e4c08bf36d9c11e5873f0..8392d0d307d9aac816463f9556d588d574ac20e1 100644
--- a/chrome/test/data/webui/net_internals/events_view.js
+++ b/chrome/test/data/webui/net_internals/events_view.js
@@ -8,7 +8,7 @@ GEN_INCLUDE(['net_internals_test.js']);
// Anonymous namespace
(function() {
-// @return {Array.<object>} List of events for an abbreviated URL request.
+// @return {Array<object>} List of events for an abbreviated URL request.
function urlRequestEvents(id) {
return [
{
@@ -102,7 +102,7 @@ function urlRequestEvents(id) {
TEST_F('NetInternalsTest', 'netInternalsEventsViewFilter', function() {
// Sets the filter and checks the results.
// @param {string} filter Filter to use.
- // @param {Array.<boolean>} matches Ordered list of whether or not each source
+ // @param {Array<boolean>} matches Ordered list of whether or not each source
// matches |filter|. Order must match display order after applying the
// filter.
function checkFilter(filter, matches) {
« no previous file with comments | « chrome/test/data/webui/mock_timer.js ('k') | chrome/test/data/webui/repeating_button_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698