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

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

Issue 2834973002: Revert of Enable side-by-side beta and dev channels. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/mini_installer/config/chrome_dev_installed.prop
diff --git a/chrome/test/mini_installer/config/chrome_dev_installed.prop b/chrome/test/mini_installer/config/chrome_dev_installed.prop
deleted file mode 100644
index 92df03c655a0e0933dabb1c8c3a10dfa2aa5a537..0000000000000000000000000000000000000000
--- a/chrome/test/mini_installer/config/chrome_dev_installed.prop
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "Condition": "'$BRAND' == 'Google Chrome'",
- "Files": {
- "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\chrome.exe": {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\chrome.VisualElementsManifest.xml": {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\\chrome.dll":
- {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\\chrome_elf.dll":
- {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\chrome.7z":
- {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe":
- {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MINI_INSTALLER_FILE_VERSION.manifest":
- {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\\$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION":
- {"exists": false}
- },
- "RegistryEntries": {
- "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY_DEV": {
- "exists": "required",
- "values": {
- "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
- }
- },
- "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$CHROME_LONG_NAME_DEV": {
- "exists": "required",
- "values": {
- "UninstallString": {
- "type": "SZ",
- "data": "\"$LOCAL_APPDATA\\$CHROME_DIR_DEV\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --chrome-dev --verbose-logging"
- },
- "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
- }
- },
- "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME_DEV$USER_SPECIFIC_REGISTRY_SUFFIX": {
- "exists": "forbidden"
- }
- }
-}
« no previous file with comments | « chrome/test/mini_installer/config/chrome_canary_updated.prop ('k') | chrome/test/mini_installer/config/chrome_dev_no_pv.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698