customtabs: Refactor CustomTabsConnection to simplify locking.
This refactoring of CustomTabsConnection has two benefits: - Move the client and session handling logic away from CustomTabsConnection. - Simplify locking in CustomTabsConnection, as it is all handled by ClientManager. Some methods in CustomTabsConnection are now simple pass-through. These will be removed in a subsequent CL. Leaving these here means that no test code is affected. Review URL: https://codereview.chromium.org/1370473002 Cr-Commit-Position: refs/heads/master@{#351146}
Showing
This diff is collapsed.
Please register or sign in to comment