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

Unified Diff: chrome/installer/util/util_constants.h

Issue 1537743006: Persist setup metrics and have Chrome report them during UMA upload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shared-histograms
Patch Set: move AccessResult to .h and add histogram to .xml Created 4 years, 10 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: chrome/installer/util/util_constants.h
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
index c7312399377c2cc012851c1ccb5f9fc33691760f..c4271e81db97ddbfff49d921df63ab8b70c9bc05 100644
--- a/chrome/installer/util/util_constants.h
+++ b/chrome/installer/util/util_constants.h
@@ -253,6 +253,10 @@ const int kBsdiffErrorOffset = 600;
extern const char kCourgette[];
extern const char kBsdiff[];
+// Name of allocator (and associated file) for storing histograms to be
Alexei Svitkine (slow) 2016/02/19 18:16:40 Nit: Name of the allocator
bcwhite 2016/02/19 19:50:14 Done.
+// reported by Chrome during its next upload.
+extern const char kSetupHistogramAllocatorName[];
+
} // namespace installer
#endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698