RC: Ignore some feature usage happening right after loading/bg-ing
- Ignore the title/favicon changes happening during the first few seconds following the transition to the loaded state for a tab, some sites seems update their favicon immediately after loading (e.g. cs.chromium.org) without this being an attempt to communicate with the user. The grace period is controlled by the "TitleOrFaviconChangeGracePeriod" variation of the "SiteCharacteristicsDatabase" feature. - Ignore the audio usage happening during the first few seconds after backgrounding a page: this is something that can happen if a user start some media (e.g. a video on YouTube) and switch to a different tab before the video has actually started to play. The grace period is controlled by the "AudioUsageGracePeriod" variation of the "SiteCharacteristicsDatabase" feature. Bug: 773382 Change-Id: I4790fa976add5840bdb9cb5d78c402cba8577669 Reviewed-on: https://chromium-review.googlesource.com/1145707 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#577300}
Showing
Please register or sign in to comment