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

Unified Diff: chrome/browser/views/frame/browser_view.cc

Issue 3012042: Revert 54560 - ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 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/views/frame/browser_view.cc
===================================================================
--- chrome/browser/views/frame/browser_view.cc (revision 54564)
+++ chrome/browser/views/frame/browser_view.cc (working copy)
@@ -1701,7 +1701,7 @@
}
BrowserTabStripController* tabstrip_controller =
- new BrowserTabStripController(browser_.get(), model);
+ new BrowserTabStripController(model);
if (UseVerticalTabs())
tabstrip_ = new SideTabStrip(tabstrip_controller);
« no previous file with comments | « chrome/browser/tabs/tab_strip_model_unittest.cc ('k') | chrome/browser/views/tabs/browser_tab_strip_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698