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

Unified Diff: components/browser_watcher/stability_data_names.h

Issue 2715903003: Bound the impact of system instability on chrome instability. (Closed)
Patch Set: Address Siggi's comments Created 3 years, 9 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_data_names.h
diff --git a/components/browser_watcher/stability_data_names.h b/components/browser_watcher/stability_data_names.h
index 1bf1f89a37956e3928c21f8e630388211cd78296..4ee91012b67e6ec11d411f7aa7e8fe68b2816e24 100644
--- a/components/browser_watcher/stability_data_names.h
+++ b/components/browser_watcher/stability_data_names.h
@@ -17,6 +17,7 @@ extern const char kStabilityReporterPlatform[];
extern const char kStabilityReporterProduct[];
extern const char kStabilityReporterVersion[];
extern const char kStabilitySpecialBuild[];
+extern const char kStabilityStartTimestamp[];
extern const char kStabilityVersion[];
} // namespace browser_watcher

Powered by Google App Engine
This is Rietveld 408576698