Chromium Code Reviews| Index: ui/views/controls/menu/menu_config.h |
| diff --git a/ui/views/controls/menu/menu_config.h b/ui/views/controls/menu/menu_config.h |
| index 32d26e76434514e163681b5e91b400bf640f2c98..182e3f8c398e6625475de197d9912ecc403e581c 100644 |
| --- a/ui/views/controls/menu/menu_config.h |
| +++ b/ui/views/controls/menu/menu_config.h |
| @@ -125,7 +125,7 @@ struct VIEWS_EXPORT MenuConfig { |
| private: |
| // Creates and configures a new MenuConfig as appropriate for the current |
|
sky
2012/10/09 00:40:42
Update comment.
yefimt
2012/10/09 00:53:25
Done.
|
| // platform. |
| - static MenuConfig* Create(); |
| + void Init(); |
| }; |
| } // namespace views |