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

Unified Diff: chrome/test/mini_installer/config/chrome_system_updated.prop

Issue 2507753002: Install the chrome event log provider together with the browser. (Closed)
Patch Set: Fix RegisterEventLogProvider unit test. Created 4 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/test/mini_installer/config/chrome_system_updated.prop
diff --git a/chrome/test/mini_installer/config/chrome_system_updated.prop b/chrome/test/mini_installer/config/chrome_system_updated.prop
index dddf793b7e2d42f41b4c218c854442a35b1fb456..a888cc9371164027bb944c33faf20281f6cf3a5a 100644
--- a/chrome/test/mini_installer/config/chrome_system_updated.prop
+++ b/chrome/test/mini_installer/config/chrome_system_updated.prop
@@ -41,6 +41,31 @@
},
"HKEY_LOCAL_MACHINE\\Software\\Classes\\$CHROME_SHORT_NAME": {
"exists": "forbidden"
+ },
+ "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\$CHROME_SHORT_NAME": {
+ "exists": "required",
+ "values": {
+ "CategoryCount": {
+ "type": "DWORD",
+ "data": 1
+ },
+ "TypesSupported": {
+ "type": "DWORD",
+ "data": 7
+ },
+ "CategoryMessageFile": {
+ "type": "SZ",
+ "data": "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION\\eventlog_provider.dll"
+ },
+ "EventMessageFile": {
+ "type": "SZ",
+ "data": "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION\\eventlog_provider.dll"
+ },
+ "ParameterMessageFile": {
+ "type": "SZ",
+ "data": "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION\\eventlog_provider.dll"
+ }
+ }
}
}
}

Powered by Google App Engine
This is Rietveld 408576698