| Index: extensions/browser/extension_registry.h
|
| diff --git a/extensions/browser/extension_registry.h b/extensions/browser/extension_registry.h
|
| index 75724cd90b398a8208a379d764a6666f2bd0ad24..d11111c56486bccf3bf57071ae2522dbe9182e8b 100644
|
| --- a/extensions/browser/extension_registry.h
|
| +++ b/extensions/browser/extension_registry.h
|
| @@ -43,6 +43,8 @@ class ExtensionRegistry : public KeyedService {
|
| // Returns the instance for the given |browser_context|.
|
| static ExtensionRegistry* Get(content::BrowserContext* browser_context);
|
|
|
| + content::BrowserContext* browser_context() const { return browser_context_; }
|
| +
|
| // NOTE: These sets are *eventually* mututally exclusive, but an extension can
|
| // appear in two sets for short periods of time.
|
| const ExtensionSet& enabled_extensions() const {
|
|
|