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

Unified Diff: chrome/browser/ui/views/infobars/infobar_container.cc

Issue 6249010: Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « chrome/browser/ui/views/infobars/infobar_container.h ('k') | chrome/browser/ui/views/infobars/infobars.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/infobars/infobar_container.cc
===================================================================
--- chrome/browser/ui/views/infobars/infobar_container.cc (revision 72158)
+++ chrome/browser/ui/views/infobars/infobar_container.cc (working copy)
@@ -52,7 +52,7 @@
void InfoBarContainer::InfoBarAnimated(bool completed) {
if (delegate_)
- delegate_->InfoBarSizeChanged(!completed);
+ delegate_->InfoBarContainerSizeChanged(!completed);
}
void InfoBarContainer::RemoveDelegate(InfoBarDelegate* delegate) {
@@ -92,7 +92,7 @@
if (delegate_) {
// An InfoBar child was added or removed. Tell the delegate it needs to
// re-layout since our preferred size will have changed.
- delegate_->InfoBarSizeChanged(false);
+ delegate_->InfoBarContainerSizeChanged(false);
}
}
}
« no previous file with comments | « chrome/browser/ui/views/infobars/infobar_container.h ('k') | chrome/browser/ui/views/infobars/infobars.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698