DescriptionChange DCHECK to DLOG_IF for non zero file watchers in FileBrowserEventRouter.
The condition file_watchers_.empty() does not hold if user signed out
with Files.app opened (onunload looks intentionally suppressed
http://crbug.com/123107 in this case). So DCHECK is not appropriate.
That said, the check can be useful to detect possible future regressions
to forget unregistering the file watch. So keeping it as DLOG should be useful.
BUG=126275
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175317
Patch Set 1 : #
Total comments: 2
Patch Set 2 : More detailed message. #Messages
Total messages: 7 (0 generated)
|