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

Unified Diff: chrome/browser/views/extensions/extension_shelf.cc

Issue 192041: [chromium-reviews] Make BrowserView layout both extension shelf and bookmarks bar if toolstrips ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/extensions/extension_shelf.cc
===================================================================
--- chrome/browser/views/extensions/extension_shelf.cc (revision 25690)
+++ chrome/browser/views/extensions/extension_shelf.cc (working copy)
@@ -705,7 +705,8 @@
Toolstrip *toolstrip = ToolstripForView(static_cast<ExtensionView*>(child));
if (!toolstrip)
return;
- Layout();
+
+ PreferredSizeChanged();
}
void ExtensionShelf::Layout() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698