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

Unified Diff: chrome/test/mini_installer/variable_expander.py

Issue 2224843002: Fix broken installer tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kill_al_win
Patch Set: Created 4 years, 4 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/variable_expander.py
diff --git a/chrome/test/mini_installer/variable_expander.py b/chrome/test/mini_installer/variable_expander.py
index 71dcf8f99b6c9034dd81ee8bf277106fa72bebcd..f313a9c18a86dfe10833faf5065e617b7ec228ab 100644
--- a/chrome/test/mini_installer/variable_expander.py
+++ b/chrome/test/mini_installer/variable_expander.py
@@ -72,8 +72,6 @@ class VariableExpander:
key, of Chrome for Google Update.
* $CHROME_UPDATE_REGISTRY_SUBKEY_SXS: the registry key, excluding the
root key, of Chrome SxS for Google Update.
- * $LAUNCHER_UPDATE_REGISTRY_SUBKEY: the registry key, excluding the root
- key, of the app launcher for Google Update if $SUPPORTS_SXS.
* $LOCAL_APPDATA: the unquoted path to the Local Application Data
folder.
* $MINI_INSTALLER: the unquoted path to the mini_installer.
@@ -133,9 +131,6 @@ class VariableExpander:
'CHROME_UPDATE_REGISTRY_SUBKEY_SXS': (
'Software\\Google\\Update\\Clients\\'
'{4ea16ac7-fd5a-47c3-875b-dbf4a2008c20}'),
- 'LAUNCHER_UPDATE_REGISTRY_SUBKEY': (
- 'Software\\Google\\Update\\Clients\\'
- '{FDA71E6F-AC4C-4a00-8B70-9958A68906BF}')
})
elif mini_installer_product_name == 'Chromium Installer':
self._variable_mapping.update({

Powered by Google App Engine
This is Rietveld 408576698