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

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

Issue 2224843002: Fix broken installer tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kill_al_win
Patch Set: address comment Created 4 years, 4 months 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
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome/test/mini_installer/config/chrome_system_installed.prop » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/mini_installer/config/chrome_single_user_installed.prop
diff --git a/chrome/test/mini_installer/config/chrome_single_user_installed.prop b/chrome/test/mini_installer/config/chrome_single_user_installed.prop
index 5071126b547119a934c64a7c52bd75ef132e87a7..5d02054f4164d63e1af3ac85cf1a8e4e75d87712 100644
--- a/chrome/test/mini_installer/config/chrome_single_user_installed.prop
+++ b/chrome/test/mini_installer/config/chrome_single_user_installed.prop
@@ -24,10 +24,7 @@
},
"HKEY_CURRENT_USER\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": {
"condition": "'$CHROME_SHORT_NAME' == 'Chrome'",
- "exists": "required",
- "values": {
- "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
- }
+ "exists": "forbidden"
},
"HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$CHROME_LONG_NAME": {
"exists": "required",
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome/test/mini_installer/config/chrome_system_installed.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698