| Index: components/renderer_context_menu/render_view_context_menu_base.h
|
| diff --git a/components/renderer_context_menu/render_view_context_menu_base.h b/components/renderer_context_menu/render_view_context_menu_base.h
|
| index 60f3129258c2d349589bcab1efd82a1bc7f1e21a..d8ac4221f13fe2aabd63fcc683b39cdf5f90fbf7 100644
|
| --- a/components/renderer_context_menu/render_view_context_menu_base.h
|
| +++ b/components/renderer_context_menu/render_view_context_menu_base.h
|
| @@ -183,6 +183,9 @@ class RenderViewContextMenuBase : public ui::SimpleMenuModel::Delegate,
|
| // Renderer's frame id.
|
| const int render_frame_id_;
|
|
|
| + // The RenderFrameHost's IDs.
|
| + const int render_process_id_;
|
| +
|
| // Our observers.
|
| mutable base::ObserverList<RenderViewContextMenuObserver> observers_;
|
|
|
| @@ -195,9 +198,6 @@ class RenderViewContextMenuBase : public ui::SimpleMenuModel::Delegate,
|
| private:
|
| bool AppendCustomItems();
|
|
|
| - // The RenderFrameHost's IDs.
|
| - const int render_process_id_;
|
| -
|
| std::unique_ptr<ToolkitDelegate> toolkit_delegate_;
|
|
|
| ScopedVector<ui::SimpleMenuModel> custom_submenus_;
|
|
|