Descriptionchrome/installer: Make InitializeCrashReporting() return a scoped_ptr.
The idea came first while I found this code was using google_breakpad's
scoped_ptr version rather than base's version.
Then I saw in win8/ that this function could return a scoped_ptr to make
it clear the ownership to caller, i.e., this function passes the
ownership of ExceptionHandler to the caller, so it should own the
pointer to release it when it is done.
BUG=None
TEST=None
R=grt@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250957
Patch Set 1 #Patch Set 2 : fix win? #Patch Set 3 : the real fix #Patch Set 4 : include scoped_ptr.h #Messages
Total messages: 15 (0 generated)
|