| Index: chrome/browser/views/bookmark_bar_view.h
|
| diff --git a/chrome/browser/views/bookmark_bar_view.h b/chrome/browser/views/bookmark_bar_view.h
|
| index e708b995938c04edc7814d58f523549df2cdf404..b73cbe03a0c55dee54b69cbd76b7b35051656d02 100644
|
| --- a/chrome/browser/views/bookmark_bar_view.h
|
| +++ b/chrome/browser/views/bookmark_bar_view.h
|
| @@ -162,9 +162,6 @@ class BookmarkBarView : public DetachableToolbarView,
|
| // True if we're on a page where the bookmarks bar is always visible.
|
| bool OnNewTabPage() const;
|
|
|
| - // True if we're on an extension apps page.
|
| - bool OnAppsPage() const;
|
| -
|
| // How much we want the bookmark bar to overlap the toolbar. If |return_max|
|
| // is true, we return the maximum overlap rather than the current overlap.
|
| int GetToolbarOverlap(bool return_max);
|
|
|