bindings: Pass dictionaries to callback methods by const reference
Before this CL, strings and container types were passed to callback method by const reference. Dictionary types should also be passed by const ref to avoid unnecessary copying. BUG=557590 Review URL: https://codereview.chromium.org/1455883003 Cr-Commit-Position: refs/heads/master@{#360549}
Showing
Please register or sign in to comment