| Index: chrome/browser/extensions/test_extension_system.h
|
| diff --git a/chrome/browser/extensions/test_extension_system.h b/chrome/browser/extensions/test_extension_system.h
|
| index df02117dcdb7ff3e111b1903cda79faf85a47eb2..7ae4c4fe40f82522971a09f5e6f10ff7b0cefe2e 100644
|
| --- a/chrome/browser/extensions/test_extension_system.h
|
| +++ b/chrome/browser/extensions/test_extension_system.h
|
| @@ -70,6 +70,7 @@ class TestExtensionSystem : public ExtensionSystem {
|
| OVERRIDE;
|
| virtual ExtensionWarningService* warning_service() OVERRIDE;
|
| virtual Blacklist* blacklist() OVERRIDE;
|
| + virtual const OneShotEvent& ready() const OVERRIDE;
|
|
|
| // Factory method for tests to use with SetTestingProfile.
|
| static ProfileKeyedService* Build(content::BrowserContext* profile);
|
| @@ -88,6 +89,7 @@ class TestExtensionSystem : public ExtensionSystem {
|
| scoped_ptr<ExtensionProcessManager> extension_process_manager_;
|
| scoped_refptr<ExtensionInfoMap> info_map_;
|
| scoped_ptr<ApiResourceManager<Socket> > socket_manager_;
|
| + OneShotEvent ready_;
|
| };
|
|
|
| } // namespace extensions
|
|
|