| Index: src/api.h
|
| diff --git a/src/api.h b/src/api.h
|
| index 89cf0c864cc811124360f76fbf4f17e269d83e6f..3ad57f465763a740a70b9fbd5d6fa189c4518ead 100644
|
| --- a/src/api.h
|
| +++ b/src/api.h
|
| @@ -146,6 +146,7 @@ class RegisteredExtension {
|
| public:
|
| explicit RegisteredExtension(Extension* extension);
|
| static void Register(RegisteredExtension* that);
|
| + static void UnregisterAll();
|
| Extension* extension() { return extension_; }
|
| RegisteredExtension* next() { return next_; }
|
| RegisteredExtension* next_auto() { return next_auto_; }
|
|
|