| Index: utils.h
|
| diff --git a/utils.h b/utils.h
|
| index 497963627149758b1e5a1db7b2bf0129f08ac635..776fc22b7b5439645da8d7c3caf82b52dcd08676 100644
|
| --- a/utils.h
|
| +++ b/utils.h
|
| @@ -141,6 +141,10 @@ const char* GetGErrorMessage(const GError* error);
|
| // Initiates a system reboot. Returns true on success, false otherwise.
|
| bool Reboot();
|
|
|
| +// Schedules a Main Loop callback to trigger the crash reporter to perform an
|
| +// upload as if this process had crashed.
|
| +void ScheduleCrashReporterUpload();
|
| +
|
| // Fuzzes an integer |value| randomly in the range:
|
| // [value - range / 2, value + range - range / 2]
|
| int FuzzInt(int value, unsigned int range);
|
|
|