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

Unified Diff: ios/chrome/browser/ui/browser_view_controller.mm

Issue 2714003003: Remove toggle button code from Tab Strip. (Closed)
Patch Set: Created 3 years, 10 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/chrome/app/strings/ios_strings.grd ('k') | ios/chrome/browser/ui/tabs/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/browser_view_controller.mm
diff --git a/ios/chrome/browser/ui/browser_view_controller.mm b/ios/chrome/browser/ui/browser_view_controller.mm
index 89b97b29b4b49625956fac57d59d8eef6e5ea738..57806a35a3a56fa3744e9d7959877852e1383391 100644
--- a/ios/chrome/browser/ui/browser_view_controller.mm
+++ b/ios/chrome/browser/ui/browser_view_controller.mm
@@ -1729,7 +1729,6 @@ class BrowserBookmarkModelBridge : public bookmarks::BookmarkModelObserver {
_tabStripController.reset(
[_dependencyFactory newTabStripControllerWithTabModel:_model]);
_tabStripController.get().fullscreenDelegate = self;
- [_tabStripController setHasTabSwitcherToggleSwitch:YES];
}
// Create infobar container.
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | ios/chrome/browser/ui/tabs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698