| Index: chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| index 4bdb6dfe399ae8bb5ada56f86febf0f1ef42b617..c437b0fe54a07026f967ada52797e70d27b4b7d5 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| @@ -60,7 +60,6 @@ ToolbarActionView::ToolbarActionView(
|
| ToolbarActionView::Delegate* delegate)
|
| : MenuButton(nullptr, base::string16(), this, false),
|
| view_controller_(view_controller),
|
| - profile_(profile),
|
| delegate_(delegate),
|
| called_register_command_(false),
|
| wants_to_run_(false),
|
|
|