| Index: chrome/test/mini_installer_test/installer_test_util.h
|
| diff --git a/chrome/test/mini_installer_test/installer_test_util.h b/chrome/test/mini_installer_test/installer_test_util.h
|
| index c55106b86171796327273080eee2d58bf25e88db..dc31c6a62171abaaefe443784a78ff1cfe7b74b1 100644
|
| --- a/chrome/test/mini_installer_test/installer_test_util.h
|
| +++ b/chrome/test/mini_installer_test/installer_test_util.h
|
| @@ -33,7 +33,8 @@ bool DeleteInstallDirectory(
|
| // Returns true if successful, otherwise false.
|
| bool DeleteRegistryKey(
|
| bool system_level,
|
| - installer::InstallationValidator::InstallationType type);
|
| + installer::InstallationValidator::InstallationType type,
|
| + REGSAM wow64_access);
|
|
|
| // Locates the Chrome installation directory based on the
|
| // provided |system_level|. Returns true if successful, otherwise false.
|
|
|