Chromium Code Reviews
DescriptionMove instant support to SearchTabHelper. This will also fix the search for RTL languages.
Previously, instant_tab_ never "loses" instant support. But an instant_tab_ can lose the instant support by navigating to a non-extended page.
In this CL, whenever a navigation entry is committed, we reset the instant support state of the instant_tab_ to INSTANT_SUPPORT_UNKNOWN and we determine the support once the page contents are loaded.
BUG=247727, 246323
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207428
Patch Set 1 : '' #
Total comments: 12
Patch Set 2 : Rebase #Patch Set 3 : Addressed comments #Patch Set 4 : Fixed failing tests. #
Total comments: 4
Patch Set 5 : Rebase #Patch Set 6 : Addressed comments #Patch Set 7 : Add missing unit_test #
Total comments: 2
Patch Set 8 : '' #
Total comments: 8
Patch Set 9 : Rebase #Patch Set 10 : Addressed nits #
Total comments: 6
Patch Set 11 : Addressed nits #Messages
Total messages: 18 (0 generated)
|