Chromium Code Reviews| Index: chrome/browser/sidebar/sidebar_manager.cc |
| =================================================================== |
| --- chrome/browser/sidebar/sidebar_manager.cc (revision 71703) |
| +++ chrome/browser/sidebar/sidebar_manager.cc (working copy) |
| @@ -107,6 +107,9 @@ |
| if (!host) { |
| host = new SidebarContainer(tab, content_id, this); |
| RegisterSidebarContainerFor(tab, host); |
| + // It might trigger UpdateSidebar notification, so load them after |
| + // the registration. |
| + host->LoadDefaults(); |
| } |
| host->Show(); |