Add std::string constructors for Origin/SchemeHostPort to reduce copies
WebSecurityOrigin forwards temporaries to Origin. We should just use these, rather than consider them opaque StringPieces and copying data out of them. This CL also removes some dead code. BUG=672877 Review-Url: https://codereview.chromium.org/2561363002 Cr-Commit-Position: refs/heads/master@{#438054}
Showing
Please register or sign in to comment