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

Unified Diff: chrome/installer/util/google_update_constants.cc

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: Created 5 years 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/google_update_constants.cc
diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc
index e853863aa52fa4abb326909b81b3adc896713c15..333d1da57ff7cb03490318c51271acbe078f86a1 100644
--- a/chrome/installer/util/google_update_constants.cc
+++ b/chrome/installer/util/google_update_constants.cc
@@ -68,4 +68,6 @@ const wchar_t kRegWebAccessibleField[] = L"WebAccessible";
const wchar_t kExperimentLabels[] = L"experiment_labels";
+const char kSetupHistogramAllocatorName[] = "SetupHistogramAllocator";
+
} // namespace google_update

Powered by Google App Engine
This is Rietveld 408576698