diff options
Diffstat (limited to 'chrome/browser/page_menu_model.h')
-rw-r--r-- | chrome/browser/page_menu_model.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/page_menu_model.h b/chrome/browser/page_menu_model.h index b3fc8ed..59994a9 100644 --- a/chrome/browser/page_menu_model.h +++ b/chrome/browser/page_menu_model.h @@ -67,10 +67,9 @@ class PageMenuModel : public menus::SimpleMenuModel { private: void Build(); - // The top-level model. - scoped_ptr<menus::SimpleMenuModel> model_; - // Models for submenus referenced by model_. SimpleMenuModel only uses weak - // references so these must be kept for the lifetime of the top-level model. + // Models for submenus referenced by this model. SimpleMenuModel only uses + // weak references so these must be kept for the lifetime of the top-level + // model. scoped_ptr<ZoomMenuModel> zoom_menu_model_; scoped_ptr<EncodingMenuModel> encoding_menu_model_; scoped_ptr<DevToolsMenuModel> devtools_menu_model_; |