Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3144)

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_action_view.cc

Issue 1573843002: Make `chrome` target build without unused data members on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@content_target
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_action_view.h ('k') | components/gcm_driver/instance_id/instance_id_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698