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

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

Issue 24007002: Add a test for installing Chrome at system level. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address robertshield's comment. Created 7 years, 3 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": {"exists": false} 6 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY": {"exists": false}
7 } 7 }
8 } 8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698