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

Unified Diff: components/browser_watcher/stability_data_names.h

Issue 2622863004: Record chrome module information (Closed)
Patch Set: Created 3 years, 11 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 9143811a3f55c79a1d45c74f13bfb4006473feea..32fb6406d7a5fb8f43b07897fd9b1e95a71fe56f 100644
--- a/components/browser_watcher/stability_data_names.h
+++ b/components/browser_watcher/stability_data_names.h
@@ -10,6 +10,9 @@ namespace browser_watcher {
// Alphabetical list of stability data names.
extern const char kStabilityChannel[];
extern const char kStabilityExecutionPhase[];
+extern const char kStabilityModuleAddress[];
+extern const char kStabilityModuleSize[];
+extern const char kStabilityModuleTimestamp[];
extern const char kStabilityPlatform[];
extern const char kStabilityProduct[];
extern const char kStabilitySpecialBuild[];

Powered by Google App Engine
This is Rietveld 408576698