Fix occasional crash in remote commands code
The RemoteCommandsService depends on a reference to CloudPolicyClient, but it doesn't get deleted before CloudPolicyClient is gone. This leads to dangling pointer and will probably crash the browser. This CL also remove code attempts to workaround this issue in crrev.com/330082 BUG=480982 Review URL: https://codereview.chromium.org/1134133005 Cr-Commit-Position: refs/heads/master@{#330497}
Showing
Please register or sign in to comment