| Index: extensions/browser/extension_registry.h
 | 
| ===================================================================
 | 
| --- extensions/browser/extension_registry.h	(revision 260931)
 | 
| +++ extensions/browser/extension_registry.h	(working copy)
 | 
| @@ -36,7 +36,7 @@
 | 
|      EVERYTHING = (1 << 4) - 1,
 | 
|    };
 | 
|  
 | 
| -  ExtensionRegistry();
 | 
| +  explicit ExtensionRegistry(content::BrowserContext* browser_context);
 | 
|    virtual ~ExtensionRegistry();
 | 
|  
 | 
|    // Returns the instance for the given |browser_context|.
 | 
| @@ -137,6 +137,8 @@
 | 
|  
 | 
|    ObserverList<ExtensionRegistryObserver> observers_;
 | 
|  
 | 
| +  content::BrowserContext* const browser_context_;
 | 
| +
 | 
|    DISALLOW_COPY_AND_ASSIGN(ExtensionRegistry);
 | 
|  };
 | 
|  
 | 
| 
 |