Index: chrome/installer/util/shell_util.h |
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h |
index 34d7f7b7d3990c5c938f09d4a620db9668c16911..dd724dd85f94fd866ec9a90bd341ebef0466dfdb 100644 |
--- a/chrome/installer/util/shell_util.h |
+++ b/chrome/installer/util/shell_util.h |
@@ -124,6 +124,9 @@ class ShellUtil { |
// Registry value name for the DelegateExecute verb handler. |
static const wchar_t* kRegDelegateExecute; |
+ // Registry value name for the OpenWithProgids entry for file associations. |
+ static const wchar_t* kRegOpenWithProgids; |
+ |
// Returns true if |chrome_exe| is registered in HKLM with |suffix|. |
// Note: This only checks one deterministic key in HKLM for |chrome_exe| and |
// doesn't otherwise validate a full Chrome install in HKLM. |