DescriptionExpose default ctor of SQS and remove Create and Copy funciton of SQS
In order to avoid passing around ownership of SQS, expose default ctor,
and remove all function that returns scoped_ptr of SQS, meaning Create
and Copy function. Alternative of Copy function is CopyFrom function
that is called on raw pointer.
This follows 265823015 and 271703003.
BUG=344962
TEST=cc_unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269901
Patch Set 1 #
Total comments: 4
Patch Set 2 : rebase #Patch Set 3 : Address review comments #
Messages
Total messages: 6 (0 generated)
|