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

Side by Side Diff: chrome/test/mini_installer/config/chrome_canary_not_installed.prop

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: add missing test stanza for reland Created 3 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 "Condition": "$SUPPORTS_SXS", 2 "Condition": "'$BRAND' == 'Google Chrome'",
3 "Files": { 3 "Files": {
4 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application": { 4 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application": {
5 "exists": false 5 "exists": false
6 } 6 }
7 }, 7 },
8 "RegistryEntries": { 8 "RegistryEntries": {
9 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY_SXS": { 9 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY_SXS": {
10 "exists": "forbidden" 10 "exists": "forbidden"
11 }, 11 },
12 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME_SXS": { 12 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME_SXS": {
13 "exists": "forbidden" 13 "exists": "forbidden"
14 }, 14 },
15 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME_SXS$USER_SPECIFIC_ REGISTRY_SUFFIX": { 15 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME_SXS$USER_SPECIFIC_ REGISTRY_SUFFIX": {
16 "exists": "forbidden" 16 "exists": "forbidden"
17 } 17 }
18 } 18 }
19 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698