| Index: chrome/installer/automation_test/data/config.config
|
| diff --git a/chrome/installer/automation_test/data/config.config b/chrome/installer/automation_test/data/config.config
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d938c1d0b202acab4c962dc6f520b950f141f86d
|
| --- /dev/null
|
| +++ b/chrome/installer/automation_test/data/config.config
|
| @@ -0,0 +1,17 @@
|
| +{
|
| + "states": [
|
| + ["clean", ["chrome_not_installed.prop",
|
| + "chromeframe_not_installed.prop"]],
|
| + ["chrome_installed", ["chrome_installed.prop",
|
| + "chromeframe_not_installed.prop"]],
|
| + ["chromeframe_installed", ["chrome_not_installed.prop",
|
| + "chromeframe_installed.prop"]]
|
| + ],
|
| + "actions": [
|
| + ["install chrome", "mini_installer.exe --chrome --multi-install"],
|
| + ["uninstall chrome", "mini_installer.exe --chrome --uninstall"]
|
| + ],
|
| + "tests": [
|
| + ["clean", "install chrome", "chrome_installed", "uninstall chrome", "clean"]
|
| + ]
|
| +}
|
|
|