| Index: syzygy/agent/asan/registry_cache.h
|
| diff --git a/syzygy/agent/asan/registry_cache.h b/syzygy/agent/asan/registry_cache.h
|
| index 5455255cdb45b5942ca402f8defc2f0c609e23cb..1e2e2468f702bc8e24cf441c152ef3ee3020cb08 100644
|
| --- a/syzygy/agent/asan/registry_cache.h
|
| +++ b/syzygy/agent/asan/registry_cache.h
|
| @@ -96,6 +96,10 @@ class RegistryCache {
|
| size_t max_modules,
|
| size_t max_versions);
|
|
|
| + // Returns true if the registry is available, false otherwise. On Chrome
|
| + // renderer processes the sandbox prevents access to the registry.
|
| + static bool RegistryAvailable();
|
| +
|
| // Initializes the registry cache and prunes old values in the registry. This
|
| // must be called once, before any other method. Note that this function is
|
| // not thread-safe.
|
|
|