Handle multiple signin_internal_uis by using a linked_ptr.
Fixes an issue where chrome://signin-internals page is opened multiple times, and the scoped_ptr was getting de-allocated by the first object. Moving to a linked_ptr for more robust reference counting. BUG=416802 Review URL: https://codereview.chromium.org/602773002 Cr-Commit-Position: refs/heads/master@{#296932}
Showing
Please register or sign in to comment