summaryrefslogtreecommitdiffstats
path: root/chrome_frame/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r--chrome_frame/utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h
index 665ebca..8189faf 100644
--- a/chrome_frame/utils.h
+++ b/chrome_frame/utils.h
@@ -591,4 +591,9 @@ void PinModule();
// for a handle to be signaled.
void WaitWithMessageLoop(HANDLE* handles, int count, DWORD timeout);
+// Enumerates values in a key and adds them to an array.
+// The names of the values are not returned.
+void EnumerateKeyValues(HKEY parent_key, const wchar_t* sub_key_name,
+ std::vector<std::wstring>* values);
+
#endif // CHROME_FRAME_UTILS_H_