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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_action_view_unittest.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: browsertest fix 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_unittest.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view_unittest.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view_unittest.cc
index 5439c50350ced55a1b62a36d389a33944609e54e..d28937e8bb9fa03956ae2229750e79527780f90b 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view_unittest.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view_unittest.cc
@@ -155,7 +155,7 @@ TEST_F(ToolbarActionViewUnitTest, BasicToolbarActionViewTest) {
generator.MoveMouseTo(gfx::Point(300, 300));
// Create a new toolbar action view.
- ToolbarActionView view(&controller, &profile, &action_view_delegate);
+ ToolbarActionView view(&controller, &action_view_delegate);
view.set_owned_by_client();
view.SetBoundsRect(gfx::Rect(0, 0, 200, 20));
widget()->SetContentsView(&view);
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_action_view.cc ('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