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

Side by Side Diff: chrome/test/mini_installer/config/chrome_dev_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
(Empty)
1 {
2 "Condition": "'$BRAND' == 'Google Chrome'",
3 "Files": {
4 "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application": {
5 "exists": false
6 }
7 },
8 "RegistryEntries": {
9 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY_DEV": {
10 "exists": "forbidden"
11 },
12 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME_DEV": {
13 "exists": "forbidden"
14 },
15 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME_DEV$USER_SPECIFIC_ REGISTRY_SUFFIX": {
16 "exists": "forbidden"
17 }
18 }
19 }
OLDNEW
« no previous file with comments | « chrome/test/mini_installer/config/chrome_dev_no_pv.prop ('k') | chrome/test/mini_installer/config/chrome_dev_not_inuse.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698