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

Side by Side Diff: chrome/test/mini_installer/config/chrome_user_not_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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "Files": { 2 "Files": {
3 "$LOCAL_APPDATA\\$CHROME_DIR\\Application": {"exists": false} 3 "$LOCAL_APPDATA\\$CHROME_DIR\\Application": {"exists": false}
4 }, 4 },
5 "RegistryEntries": { 5 "RegistryEntries": {
6 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY\\Commands": 6 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY\\Commands":
7 {"exists": "forbidden"}, 7 {"exists": "forbidden"},
8 "HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY": 8 "HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY":
9 {"exists": "forbidden"}, 9 {"exists": "forbidden"},
10 "HKEY_CURRENT_USER\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": {
11 "condition": "'$CHROME_SHORT_NAME' == 'Chrome'",
12 "exists": "forbidden"
13 },
10 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME": 14 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME":
11 {"exists": "forbidden"}, 15 {"exists": "forbidden"},
12 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME$USER_SPECIFIC_REGI STRY_SUFFIX": { 16 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME$USER_SPECIFIC_REGI STRY_SUFFIX": {
13 "exists": "forbidden" 17 "exists": "forbidden"
14 } 18 }
15 } 19 }
16 } 20 }
OLDNEW
« no previous file with comments | « chrome/test/mini_installer/config/chrome_user_installed.prop ('k') | chrome/test/mini_installer/variable_expander.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698