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

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

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.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view.h b/chrome/browser/ui/views/toolbar/toolbar_action_view.h
index a0dde7d9ecbf448b5616ae3f33bfd2ec831f44cf..983f24d657c009f34b1e81eeb02303e969d6b61c 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.h
@@ -147,9 +147,6 @@ class ToolbarActionView : public views::MenuButton,
// The controller for this toolbar action view.
ToolbarActionViewController* view_controller_;
- // The associated profile.
- Profile* profile_;
-
// Delegate that usually represents a container for ToolbarActionView.
Delegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698