| Index: chrome/browser/external_tab_container_win.h
|
| ===================================================================
|
| --- chrome/browser/external_tab_container_win.h (revision 72158)
|
| +++ chrome/browser/external_tab_container_win.h (working copy)
|
| @@ -38,7 +38,7 @@
|
| // This class serves as the container window for an external tab.
|
| // An external tab is a Chrome tab that is meant to displayed in an
|
| // external process. This class provides the FocusManger needed by the
|
| -// TabContents as well as an implementation of TabContentsDelagate.
|
| +// TabContents as well as an implementation of TabContentsDelegate.
|
| class ExternalTabContainer : public TabContentsDelegate,
|
| public NotificationObserver,
|
| public views::WidgetWin,
|
| @@ -207,7 +207,7 @@
|
| }
|
|
|
| // InfoBarContainer::Delegate overrides
|
| - virtual void InfoBarSizeChanged(bool is_animating);
|
| + virtual void InfoBarContainerSizeChanged(bool is_animating);
|
|
|
| virtual void TabContentsCreated(TabContents* new_contents);
|
|
|
|
|