DescriptionDo not show tab title when it is not needed
This change passes whether or not a tab's title is needed to native
code. This is necessary because the title creation logic was moved
from Java in https://codereview.chromium.org/2320623003/. Previously,
If a title was not created in the Java layer, querying for it would
simply return null and a title would not be displayed. Since the
creation logic was moved, querying for the title will create it if
it doesn't already exist.
BUG=673283
Committed: https://crrev.com/10d027d94197314f91c124e9d04c2b7c3701d280
Cr-Commit-Position: refs/heads/master@{#438889}
Patch Set 1 #Patch Set 2 : remove extra new line #
Messages
Total messages: 10 (5 generated)
|