Chromium Code Reviews| Index: chrome/browser/extensions/menu_manager_factory.h |
| diff --git a/chrome/browser/extensions/menu_manager_factory.h b/chrome/browser/extensions/menu_manager_factory.h |
| index cdfdfa4601c7dc4e733d775a745feb5609111fc4..554c03313ec77a3c25ac6ebd401e43265a8afa00 100644 |
| --- a/chrome/browser/extensions/menu_manager_factory.h |
| +++ b/chrome/browser/extensions/menu_manager_factory.h |
| @@ -24,6 +24,7 @@ class MenuManagerFactory : public BrowserContextKeyedServiceFactory { |
| private: |
| friend struct DefaultSingletonTraits<MenuManagerFactory>; |
| + friend class ExtensionContextMenuModelTest; |
|
Devlin
2014/07/30 21:32:58
Why do we still need this? What about Yoyo's idea
Yoyo Zhou
2014/07/30 21:49:33
This slightly reduces code duplication, so I think
Devlin
2014/07/30 21:54:15
Could we instead wrap the call to BuildServiceInst
gpdavis
2014/07/31 23:11:28
That seems reasonable to me. Done.
|
| MenuManagerFactory(); |
| virtual ~MenuManagerFactory(); |