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

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

Issue 1069003002: Test app launcher registration in test_installer rather than InstallationValidator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oh, python Created 5 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/variable_expander.py
diff --git a/chrome/test/mini_installer/variable_expander.py b/chrome/test/mini_installer/variable_expander.py
index 4bd7892ddaea6f2ed317b7fa27ccdce27807cdfa..318367b2d0d653ea0d7fe31175ff61f3f98bd554 100644
--- a/chrome/test/mini_installer/variable_expander.py
+++ b/chrome/test/mini_installer/variable_expander.py
@@ -72,6 +72,8 @@ 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.
@@ -127,7 +129,10 @@ class VariableExpander:
'CHROME_SHORT_NAME_SXS': 'ChromeCanary',
'CHROME_UPDATE_REGISTRY_SUBKEY_SXS': (
'Software\\Google\\Update\\Clients\\'
- '{4ea16ac7-fd5a-47c3-875b-dbf4a2008c20}')
+ '{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({
« no previous file with comments | « chrome/test/mini_installer/config/chrome_user_not_installed.prop ('k') | chrome/test/mini_installer/verifier.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698