mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
Missed change in http://crrev.com/880763002, remove const from info()
Oops, forgot to do this before landing. R=mark@chromium.org TBR=mark@chromium.org BUG=crashpad:7 Review URL: https://codereview.chromium.org/885663004
This commit is contained in:
parent
892c29e8ba
commit
d77461acd0
@ -152,7 +152,7 @@ class Multiprocess {
|
||||
void CloseWritePipe();
|
||||
|
||||
void set_info(internal::MultiprocessInfo* info) { info_ = info; }
|
||||
internal::MultiprocessInfo* info() const { return info_; }
|
||||
internal::MultiprocessInfo* info() { return info_; }
|
||||
|
||||
private:
|
||||
//! \brief Runs the parent side of the test.
|
||||
|
Loading…
x
Reference in New Issue
Block a user