| Index: chrome/browser/ui/views/toolbar/toolbar_button.h | 
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_button.h b/chrome/browser/ui/views/toolbar/toolbar_button.h | 
| index 9282171e20bb3f1e6b11d4d9f2804978869e63bf..77a26ae26123afcbe51bb5ea917b637b625b3e9d 100644 | 
| --- a/chrome/browser/ui/views/toolbar/toolbar_button.h | 
| +++ b/chrome/browser/ui/views/toolbar/toolbar_button.h | 
| @@ -101,9 +101,6 @@ class ToolbarButton : public views::LabelButton, | 
| // Menu runner to display drop down menu. | 
| std::unique_ptr<views::MenuRunner> menu_runner_; | 
|  | 
| -  // Controls the visual feedback for the button state. | 
| -  std::unique_ptr<views::InkDropDelegate> ink_drop_delegate_; | 
| - | 
| // A factory for tasks that show the dropdown context menu for the button. | 
| base::WeakPtrFactory<ToolbarButton> show_menu_factory_; | 
|  | 
|  |