| Index: ui/views/controls/menu/menu_runner_impl.h
|
| diff --git a/ui/views/controls/menu/menu_runner_impl.h b/ui/views/controls/menu/menu_runner_impl.h
|
| index 8312f428e040741f0ab610aedbe22f3fa396de50..84f3a5147b255f6aa2fb9b7d81223e84ad20196d 100644
|
| --- a/ui/views/controls/menu/menu_runner_impl.h
|
| +++ b/ui/views/controls/menu/menu_runner_impl.h
|
| @@ -94,9 +94,6 @@ class VIEWS_EXPORT MenuRunnerImpl
|
| // The timestamp of the event which closed the menu - or 0.
|
| base::TimeTicks closing_event_time_;
|
|
|
| - // Used to detect deletion of |this| when notifying delegate of success.
|
| - base::WeakPtrFactory<MenuRunnerImpl> weak_factory_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(MenuRunnerImpl);
|
| };
|
|
|
|
|