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

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

Issue 1069003002: Test app launcher registration in test_installer rather than InstallationValidator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oh, python Created 5 years, 8 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
Index: chrome/test/mini_installer/config/chrome_system_installed.prop
diff --git a/chrome/test/mini_installer/config/chrome_system_installed.prop b/chrome/test/mini_installer/config/chrome_system_installed.prop
index 2a336d90a12b6430e34e27c546b46f1281c1fb79..1e67d3c28186f151c22495cfb7041b21defb6ab0 100644
--- a/chrome/test/mini_installer/config/chrome_system_installed.prop
+++ b/chrome/test/mini_installer/config/chrome_system_installed.prop
@@ -25,6 +25,13 @@
"pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
}
},
+ "HKEY_LOCAL_MACHINE\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": {
+ "condition": "'$CHROME_SHORT_NAME' == 'Chrome'",
+ "exists": "required",
+ "values": {
+ "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
+ }
+ },
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$CHROME_LONG_NAME": {
"exists": "required",
"values": {
« no previous file with comments | « chrome/installer/util/installation_validator.cc ('k') | chrome/test/mini_installer/config/chrome_system_not_installed.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698