Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: components/browser_watcher/stability_debugging.h

Issue 2861223003: Record keep alive registry's state in stability instrumentation (Closed)
Patch Set: Lighten ifdef comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « components/browser_watcher/stability_data_names.cc ('k') | components/browser_watcher/stability_debugging.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698