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

Unified Diff: components/browser_watcher/stability_data_names.cc

Issue 2622863004: Record chrome module information (Closed)
Patch Set: Address siggi's comments 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
« no previous file with comments | « components/browser_watcher/stability_data_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/stability_data_names.cc
diff --git a/components/browser_watcher/stability_data_names.cc b/components/browser_watcher/stability_data_names.cc
index 27be25b3e12a43b2e72b4a16ca4a20297653c2d6..03cb921b9fc95bff20af80179a37de3cc2d8a5be 100644
--- a/components/browser_watcher/stability_data_names.cc
+++ b/components/browser_watcher/stability_data_names.cc
@@ -8,6 +8,9 @@ namespace browser_watcher {
const char kStabilityChannel[] = "channel";
const char kStabilityExecutionPhase[] = "stability-execution-phase";
+const char kStabilityModuleAddress[] = "module-address";
+const char kStabilityModuleSize[] = "module-size";
+const char kStabilityModuleTimestamp[] = "module-timestamp";
const char kStabilityPlatform[] = "platform";
const char kStabilityProduct[] = "product";
const char kStabilitySpecialBuild[] = "special-build";
« no previous file with comments | « components/browser_watcher/stability_data_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698