| Index: chrome/test/mini_installer/config/config.config
|
| diff --git a/chrome/test/mini_installer/config/config.config b/chrome/test/mini_installer/config/config.config
|
| index 48074852082de4243d311b05085e7d17c19f0eb4..2a8a24db01ee35f0d9f5de4295f44ab01a13530a 100644
|
| --- a/chrome/test/mini_installer/config/config.config
|
| +++ b/chrome/test/mini_installer/config/config.config
|
| @@ -25,9 +25,9 @@
|
| ],
|
| "actions": [
|
| ["install_chrome_user",
|
| - "\"$MINI_INSTALLER\" --chrome --multi-install --do-not-launch-chrome"],
|
| + "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --do-not-launch-chrome"],
|
| ["install_chrome_system",
|
| - "\"$MINI_INSTALLER\" --chrome --multi-install --system-level --do-not-launch-chrome"],
|
| + "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --system-level --do-not-launch-chrome"],
|
| ["launch_chrome_user",
|
| "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe\""],
|
| ["launch_chrome_system",
|
| @@ -47,8 +47,6 @@
|
| "traversal": [
|
| "no_pv",
|
| "install_chrome_user", "chrome_user_installed_not_inuse",
|
| - "launch_chrome_user", "chrome_user_installed_inuse",
|
| - "quit_chrome_user", "chrome_user_installed_not_inuse",
|
| "uninstall_chrome_user", "clean"
|
| ]
|
| },
|
| @@ -57,8 +55,6 @@
|
| "traversal": [
|
| "no_pv",
|
| "install_chrome_system", "chrome_system_installed_not_inuse",
|
| - "launch_chrome_system", "chrome_system_installed_inuse",
|
| - "quit_chrome_system", "chrome_system_installed_not_inuse",
|
| "uninstall_chrome_system", "clean"
|
| ]
|
| }
|
|
|