Index: extensions/browser/extension_registry.h |
diff --git a/extensions/browser/extension_registry.h b/extensions/browser/extension_registry.h |
index eec137b60e3d1f199fb5c88302d72519bd1a5e55..75624f7606d02d87de036261af48a19b8d48dac9 100644 |
--- a/extensions/browser/extension_registry.h |
+++ b/extensions/browser/extension_registry.h |
@@ -42,6 +42,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 { |