| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| index 38adbd50166a2fc275cd5d10b359c77c443b36ca..29f9cd9bca952c4deff1b8fed8d6dd6bf9168012 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| @@ -150,8 +150,7 @@ class BookmarkBarView : public views::AccessiblePaneView,
|
| static base::string16 CreateToolTipForURLAndTitle(const views::Widget* widget,
|
| const gfx::Point& screen_loc,
|
| const GURL& url,
|
| - const base::string16& title,
|
| - Profile* profile);
|
| + const base::string16& title);
|
|
|
| // Returns true if Bookmarks Bar is currently detached from the Toolbar.
|
| bool IsDetached() const;
|
|
|