This repository was archived by the owner on Apr 3, 2020. It is now read-only.
Commit 3cf7fe5
Yusuf Ozuysal
Don't update the title to about:blank on first show for custom tabs
Currently custom tabs don't show a title if the title is still the url,
but due to optimizations inside warmup(), the title might end up being
about:blank (even if the current url is not about:blank). The domain
explicitly guards against this but title doesn't. Update the title to
also never show about:blank
BUG=579647
Review URL: https://codereview.chromium.org/1649183002 .
Cr-Commit-Position: refs/branch-heads/2623@{#201}
Cr-Branched-From: 92d7753-refs/heads/master@{#369907}1 parent 40503d3 commit 3cf7fe5
File tree
1 file changed
+4
-1
lines changed- chrome/android/java/src/org/chromium/chrome/browser/toolbar
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
218 | 221 | | |
219 | 222 | | |
220 | 223 | | |
| |||
0 commit comments