[ModuleDatabase] Don't reset the idle timer for known modules
A load notification for a known module doesn't add any work to the ModuleDatabase, so this would only mean an observer needs to wait for the idle timeout to pass before receiving the OnModuleDatabaseIdle() event. This was especially annoying when visiting chrome://conflicts. A new renderer would be created and the ModuleDatabase would get notified for all the modules loading in that process, therefore ensuring that loading the page would take at least as long as the idle timeout. Change-Id: I3cd2c2ef1d905b210e13f3838a4fb864a9ea371b Reviewed-on: https://chromium-review.googlesource.com/969111 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#544160}
Showing
Please register or sign in to comment