Chromium Code Reviews| Index: chrome/installer/setup/setup_constants.h |
| diff --git a/chrome/installer/setup/setup_constants.h b/chrome/installer/setup/setup_constants.h |
| index c5c36b7bac3f66ecb68d86a5fbb1594b8ecd747c..8f5c925e984288ef3d4fec2b00850a4a38f423f3 100644 |
| --- a/chrome/installer/setup/setup_constants.h |
| +++ b/chrome/installer/setup/setup_constants.h |
| @@ -19,6 +19,14 @@ extern const wchar_t kInstallSourceChromeDir[]; |
| extern const wchar_t kMediaPlayerRegPath[]; |
| +extern const wchar_t kEventlogProvidersRegPath[]; |
|
grt (UTC plus 2)
2016/11/16 15:04:44
if you follow my request to move both bits of code
pastarmovj
2016/11/17 15:34:43
Done.
|
| +extern const wchar_t kChromeEventLogProviderName[]; |
| +extern const wchar_t kCategoryCount[]; |
| +extern const wchar_t kTypesSupported[]; |
| +extern const wchar_t kCategoryMessageFile[]; |
| +extern const wchar_t kEventMessageFile[]; |
| +extern const wchar_t kParameterMessageFile[]; |
| + |
| namespace switches { |
| extern const char kDelay[]; |