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

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 wrong append call. 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/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 2e7be0c83b0319604eb5fd19c6c7caabb3f73432..45073193a60149e07271d4d31885dac875047b91 100644
--- a/chrome/test/mini_installer/config/chrome_system_updated.prop
+++ b/chrome/test/mini_installer/config/chrome_system_updated.prop
@@ -46,6 +46,31 @@
},
"HKEY_LOCAL_MACHINE\\Software\\Classes\\$CHROME_SHORT_NAME": {
"exists": "forbidden"
+ },
+ "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\chrome": {
+ "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