Remove a bunch of DeepCopy() calls in the chrome.storage API.
DeepCopy() is expensive and we're doing a lot of it, transferring ownership is better. I also tidied up some code here and there, like C++11 niceties, removing unnecessary linked_ptrs, and better commenting. R=rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/1141963002 Cr-Commit-Position: refs/heads/master@{#330597}
Showing
This diff is collapsed.
Please register or sign in to comment