diff options
Diffstat (limited to 'chrome/browser/sidebar/sidebar_manager.h')
-rw-r--r-- | chrome/browser/sidebar/sidebar_manager.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/chrome/browser/sidebar/sidebar_manager.h b/chrome/browser/sidebar/sidebar_manager.h index 6f2d20b..e1a0080 100644 --- a/chrome/browser/sidebar/sidebar_manager.h +++ b/chrome/browser/sidebar/sidebar_manager.h @@ -74,19 +74,23 @@ class SidebarManager : public NotificationObserver, void HideSidebar(TabContents* tab, const std::string& content_id); // Navigates sidebar identified by |tab| and |content_id| to |url|. - void NavigateSidebar(TabContents* tab, const std::string& content_id, + void NavigateSidebar(TabContents* tab, + const std::string& content_id, const GURL& url); // Changes sidebar's badge text (displayed on the mini tab). - void SetSidebarBadgeText(TabContents* tab, const std::string& content_id, + void SetSidebarBadgeText(TabContents* tab, + const std::string& content_id, const string16& badge_text); // Changes sidebar's icon (displayed on the mini tab). - void SetSidebarIcon(TabContents* tab, const std::string& content_id, + void SetSidebarIcon(TabContents* tab, + const std::string& content_id, const SkBitmap& bitmap); // Changes sidebar's title (mini tab's tooltip). - void SetSidebarTitle(TabContents* tab, const std::string& content_id, + void SetSidebarTitle(TabContents* tab, + const std::string& content_id, const string16& title); private: |