Chromium Code Reviews
Description[Sync] Removing complexity around PROXY_TABS now that empty sessions are provided when disabled.
Now that https://codereview.chromium.org/2504433002/ has landed,
sessions data is always empty when PROXY_TABS aka open tabs is
disabled. This makes the isTabSyncEnabled boolean that is passed
through the UI logic unnecessary.
It is imaginable to have a scenario where you would want to
differentiate between having no sessions data and have PROXY_TABS being
disabled. However, it doesn't seem that we currently do this anywhere,
and the percentage of the population that disables PROXY_TABS is so
small, it may never make sense to do this. Worst case we can add this
logic back.
BUG=665532
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/b43a8d106da8d916b4edc7c10da350cc2a11585a
Cr-Commit-Position: refs/heads/master@{#436345}
Patch Set 1 #Patch Set 2 : Reverted ios change. #
Total comments: 2
Patch Set 3 : Rebase and vulcanize with 1.14.8 #Patch Set 4 : Rebase and re-vulcanize after conflict. #Messages
Total messages: 44 (29 generated)
|