DescriptionCleanup return values in chrome/browser/net
This CL turns const by value return values into const by ref.
Replacing const value by a const ref when a member variable is returned
is safe, because the member variable will live at least as long as the
temporary object returned now. It can also be more efficient, because
returning a ref can spare copying.
BUG=393155
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285669
Patch Set 1 #Patch Set 2 : Removing unused function #
Messages
Total messages: 7 (0 generated)
|