| Index: ui/views/controls/menu/menu_host.h
|
| diff --git a/ui/views/controls/menu/menu_host.h b/ui/views/controls/menu/menu_host.h
|
| index 1de123735630850dec1ab510a01c5499767b6d85..06736d3d9faedcd57eac5a56648b1114e9101cc6 100644
|
| --- a/ui/views/controls/menu/menu_host.h
|
| +++ b/ui/views/controls/menu/menu_host.h
|
| @@ -26,6 +26,10 @@ class PreMenuEventDispatchHandler;
|
|
|
| } // internal
|
|
|
| +namespace test {
|
| +class MenuControllerTest;
|
| +} // test
|
| +
|
| // SubmenuView uses a MenuHost to house the SubmenuView.
|
| //
|
| // SubmenuView owns the MenuHost. When SubmenuView is done with the MenuHost
|
| @@ -65,6 +69,8 @@ class MenuHost : public Widget {
|
| void ReleaseMenuHostCapture();
|
|
|
| private:
|
| + friend class test::MenuControllerTest;
|
| +
|
| // Overridden from Widget:
|
| internal::RootView* CreateRootView() override;
|
| void OnMouseCaptureLost() override;
|
|
|