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

Unified Diff: chrome/installer/setup/setup_constants.h

Issue 2507753002: Install the chrome event log provider together with the browser. (Closed)
Patch Set: . Created 4 years, 1 month 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/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[];

Powered by Google App Engine
This is Rietveld 408576698