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

Unified Diff: ios/chrome/browser/ui/reading_list/reading_list_toolbar.mm

Issue 2823263002: Rename |AddSameSizeConstraint| to |AddSameConstraints|. (Closed)
Patch Set: Created 3 years, 8 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: ios/chrome/browser/ui/reading_list/reading_list_toolbar.mm
diff --git a/ios/chrome/browser/ui/reading_list/reading_list_toolbar.mm b/ios/chrome/browser/ui/reading_list/reading_list_toolbar.mm
index 9c1fba7d9fbd0c6586f035d3c943785af235c985..680b251fc36770f4ed2bd74f568af4e77dce4f27 100644
--- a/ios/chrome/browser/ui/reading_list/reading_list_toolbar.mm
+++ b/ios/chrome/browser/ui/reading_list/reading_list_toolbar.mm
@@ -190,7 +190,7 @@ typedef NS_ENUM(NSInteger, ButtonPositioning) { Leading, Centered, Trailing };
[self addSubview:_stackView];
_stackView.translatesAutoresizingMaskIntoConstraints = NO;
- AddSameSizeConstraint(_stackView, self);
+ AddSameConstraints(_stackView, self);
_stackView.layoutMargins =
UIEdgeInsetsMake(0, kHorizontalMargin, 0, kHorizontalMargin);
_stackView.layoutMarginsRelativeArrangement = YES;
« no previous file with comments | « ios/chrome/browser/ui/history/history_entry_item.mm ('k') | ios/chrome/browser/ui/side_swipe/card_side_swipe_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698