Omnibox - HQP - Frequency Scoring Bug Fix
The previous fix to detecting page transition types was wrong, but close enough to correct that it seemed right when I tested it. I realized it was wrong when reviewing some other history-processing code today. (The only places where it was wrong were places that had the same bits set or more as PAGE_TRANSITION_TYPED: i.e., PAGE_TRANSITION_AUTO_SUBFRAME, PAGE_TRANSITION_GENERATED, PAGE_TRANSITION_FORM_SUBMIT, and PAGE_TRANSITION_KEYWORD. None of these other page transition types typically make it into HQP in-memory index, which is I why I didn't notice the effect of my incorrect fix.) BUG=369989 Review URL: https://codereview.chromium.org/1030913002 Cr-Commit-Position: refs/heads/master@{#322256}
Showing
Please register or sign in to comment