Chromium Code Reviews| 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_ |