| Index: chrome/browser/ui/views/toolbar/app_menu_button.h | 
| diff --git a/chrome/browser/ui/views/toolbar/app_menu_button.h b/chrome/browser/ui/views/toolbar/app_menu_button.h | 
| index b70c0bfde47bd6511a84e8be9c15b56a4a68ddff..5705f34b18040354b7d8df4a94e053441a14f94d 100644 | 
| --- a/chrome/browser/ui/views/toolbar/app_menu_button.h | 
| +++ b/chrome/browser/ui/views/toolbar/app_menu_button.h | 
| @@ -112,9 +112,6 @@ class AppMenuButton : public views::MenuButton, | 
| // a maximized state to extend to the full window width. | 
| int margin_trailing_; | 
|  | 
| -  // Controls the visual feedback for the button state. | 
| -  std::unique_ptr<views::InkDropDelegate> ink_drop_delegate_; | 
| - | 
| // Used to spawn weak pointers for delayed tasks to open the overflow menu. | 
| base::WeakPtrFactory<AppMenuButton> weak_factory_; | 
|  | 
|  |