| Index: chrome/test/mini_installer_test/chrome_mini_installer.h
|
| ===================================================================
|
| --- chrome/test/mini_installer_test/chrome_mini_installer.h (revision 14457)
|
| +++ chrome/test/mini_installer_test/chrome_mini_installer.h (working copy)
|
| @@ -95,6 +95,9 @@
|
| // Checks for registry key.
|
| bool CheckRegistryKey(const std::wstring& key_path);
|
|
|
| + // Checks for registry key on uninstall.
|
| + bool CheckRegistryKeyOnUninstall(const std::wstring& key_path);
|
| +
|
| // Deletes App folder after uninstall.
|
| void DeleteAppFolder();
|
|
|
|
|