| Index: chrome/browser/ui/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_utils.h b/chrome/browser/ui/bookmarks/bookmark_utils.h
|
| index 50b8f38e8f2f8c5490cc4e68cc39087538d6c42f..c8af0e76f279d545935510ce5cc3e2eb8d97bdf0 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_utils.h
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_utils.h
|
| @@ -63,13 +63,10 @@ base::string16 FormatBookmarkURLForDisplay(const GURL& url,
|
| // Returns whether the Apps shortcut is enabled. If true, then the visibility
|
| // of the Apps shortcut should be controllable via an item in the bookmark
|
| // context menu.
|
| -bool IsAppsShortcutEnabled(Profile* profile,
|
| - chrome::HostDesktopType host_desktop_type);
|
| +bool IsAppsShortcutEnabled(Profile* profile);
|
|
|
| // Returns true if the Apps shortcut should be displayed in the bookmark bar.
|
| -bool ShouldShowAppsShortcutInBookmarkBar(
|
| - Profile* profile,
|
| - chrome::HostDesktopType host_desktop_type);
|
| +bool ShouldShowAppsShortcutInBookmarkBar(Profile* profile);
|
|
|
| // Whether the menu item and shortcut to bookmark a page should be removed from
|
| // the user interface.
|
|
|