| Index: base/debug/activity_tracker.h
|
| diff --git a/base/debug/activity_tracker.h b/base/debug/activity_tracker.h
|
| index c968f38c70bbe7fa876c74160018f3eb5f0c05c1..0a37935935209a638d868721f2c4ef21b5ef2331 100644
|
| --- a/base/debug/activity_tracker.h
|
| +++ b/base/debug/activity_tracker.h
|
| @@ -1022,9 +1022,12 @@ class BASE_EXPORT GlobalActivityTracker {
|
| code);
|
| }
|
|
|
| + // Marks the tracked data as deleted.
|
| + void MarkDeleted();
|
| +
|
| // Gets the process ID used for tracking. This is typically the same as what
|
| // the OS thinks is the current process but can be overridden for testing.
|
| - int64_t process_id() { return process_id_; };
|
| + int64_t process_id() { return process_id_; }
|
|
|
| // Accesses the process data record for storing arbitrary key/value pairs.
|
| // Updates to this are thread-safe.
|
|
|