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

Unified Diff: ios/clean/chrome/browser/ui/toolbar/toolbar_view_controller.mm

Issue 2894243003: [ios clean] ToolbarButton tint color changes. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/ui/toolbar/toolbar_view_controller.mm
diff --git a/ios/clean/chrome/browser/ui/toolbar/toolbar_view_controller.mm b/ios/clean/chrome/browser/ui/toolbar/toolbar_view_controller.mm
index 67c54eef1f624427f2fd1fe3ffe8878d113ff065..b8b60ca57f33f78eadfb217ffa245305362647d4 100644
--- a/ios/clean/chrome/browser/ui/toolbar/toolbar_view_controller.mm
+++ b/ios/clean/chrome/browser/ui/toolbar/toolbar_view_controller.mm
@@ -62,8 +62,6 @@
- (void)viewDidLoad {
self.view.backgroundColor =
[UIColor colorWithWhite:kToolbarBackgroundBrightness alpha:1.0];
- self.view.tintColor =
- [UIColor colorWithWhite:kToolbarTintColorBrightness alpha:1.0];
[self addChildViewController:self.locationBarViewController
toSubview:self.locationBarContainer];
[self setUpToolbarStackView];
« no previous file with comments | « ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698