| Index: chrome/browser/external_tab_container.h
|
| ===================================================================
|
| --- chrome/browser/external_tab_container.h (revision 19223)
|
| +++ chrome/browser/external_tab_container.h (working copy)
|
| @@ -10,6 +10,7 @@
|
| #include "chrome/browser/tab_contents/tab_contents_delegate.h"
|
| #include "chrome/common/notification_observer.h"
|
| #include "chrome/common/notification_registrar.h"
|
| +#include "chrome/common/page_zoom.h"
|
| #include "views/widget/widget_win.h"
|
|
|
| class AutomationProvider;
|
| @@ -78,7 +79,7 @@
|
| virtual bool IsPopup(TabContents* source);
|
| virtual void URLStarredChanged(TabContents* source, bool starred);
|
| virtual void UpdateTargetURL(TabContents* source, const GURL& url);
|
| - virtual void ContentsZoomChange(bool zoom_in);
|
| + virtual void ContentsZoomChange(PageZoom::Function zoom_type);
|
| virtual void ToolbarSizeChanged(TabContents* source, bool is_animating);
|
| virtual void ForwardMessageToExternalHost(const std::string& message,
|
| const std::string& origin,
|
|
|