Skip to content

Commit

Permalink
Add chrome/browser/loader to content_loader WATCHLIST.
Browse files Browse the repository at this point in the history
It isn't actually in content, but it's very closely related to
content/browser/loader, and small enough that it doesn't seem worth its
own list.

BUG=none

Review-Url: https://codereview.chromium.org/2354993002
Cr-Commit-Position: refs/heads/master@{#420860}
  • Loading branch information
mmenke authored and Commit bot committed Sep 25, 2016
1 parent 5264ac7 commit faa97d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WATCHLISTS
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@
'filepath': 'content/.*bluetooth'
},
'content_loader': {
'filepath': 'content/browser/loader|'\
'filepath': 'chrome/browser/loader|' \
'content/browser/loader|' \
'content/child/*loader',
},
'content_renderer': {
Expand Down

0 comments on commit faa97d3

Please sign in to comment.