| Index: chrome/installer/util/install_util.h
|
| diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h
|
| index 86753d958d1134ddd9b5e9c28cdf20bce4e1a95a..5c4cb26c5cb671b77bf4b7aafb75c540d44018ce 100644
|
| --- a/chrome/installer/util/install_util.h
|
| +++ b/chrome/installer/util/install_util.h
|
| @@ -90,6 +90,11 @@ class InstallUtil {
|
| // by either --chrome-sxs or the executable path).
|
| static bool IsChromeSxSProcess();
|
|
|
| + // Returns true if the Chrome installed at |chrome_exe| has a Windows shell
|
| + // DelegateExecute verb handler.
|
| + static bool HasDelegateExecuteHandler(BrowserDistribution* dist,
|
| + const string16& chrome_exe);
|
| +
|
| // Deletes the registry key at path key_path under the key given by root_key.
|
| static bool DeleteRegistryKey(HKEY root_key, const std::wstring& key_path);
|
|
|
|
|