f9aebddc67
In commit 6ddc37a5cc, the ContextManager
was modified to disable analysis of files in hidden directories,
provided those files existed prior to the creation of the context.
This CL extends the fix to apply also to files that are added after
context creation.
Fixes #24212.
R=brianwilkerson@google.com
Review URL: https://codereview.chromium.org//1372173004 .