| 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"
|
| + }
|
| + }
|
| }
|
| }
|
| }
|
|
|