| Index: components/browser_watcher/stability_debugging.h
|
| diff --git a/components/browser_watcher/stability_debugging.h b/components/browser_watcher/stability_debugging.h
|
| index 213dd1dc9653596414469273f7e12d6c347ac635..cc23f69f4777a5f5f682330d66a3932ae4225a75 100644
|
| --- a/components/browser_watcher/stability_debugging.h
|
| +++ b/components/browser_watcher/stability_debugging.h
|
| @@ -12,6 +12,7 @@
|
| namespace browser_watcher {
|
|
|
| // Adds or updates the global stability user data.
|
| +void SetStabilityDataBool(base::StringPiece name, bool value);
|
| void SetStabilityDataInt(base::StringPiece name, int64_t value);
|
|
|
| } // namespace browser_watcher
|
|
|